Sha256: 8168359f4cc5e747e91d2eba7bea5a21587f5cc0249bbebe506c8e5e2d8e0d87

Contents?: true

Size: 766 Bytes

Versions: 56

Compression:

Stored size: 766 Bytes

Contents

COMMAND <%= target_name %> SETPT_VOLTAGE BIG_ENDIAN "Templated string command"
  APPEND_ID_PARAMETER CMD_ID 8 UINT 0 0 0 "Command Id"
  APPEND_PARAMETER VOLTAGE 64 FLOAT MIN_FLOAT64 MAX_FLOAT64 3.14 "Voltage setting"
  APPEND_PARAMETER CHANNEL 8 UINT 1 4 1 "Desired channel"
  APPEND_PARAMETER CMD_TEMPLATE 1024 STRING "SOUR:VOLT <VOLTAGE>, (@<CHANNEL>)"

COMMAND <%= target_name %> GET_SETPT_VOLTAGE BIG_ENDIAN "Templated string command with response"
  DISABLE_MESSAGES
  APPEND_ID_PARAMETER CMD_ID 8 UINT 1 1 1 "Command Id"
  APPEND_PARAMETER CHANNEL 8 UINT 1 4 1 "Desired channel"
  APPEND_PARAMETER CMD_TEMPLATE 512 STRING "SOUR:VOLT?, (@<CHANNEL>)"
  APPEND_PARAMETER RSP_TEMPLATE 512 STRING "<VOLTAGE>"
  APPEND_PARAMETER RSP_PACKET 512 STRING "READ_VOLTAGE"

Version data entries

56 entries across 56 versions & 3 rubygems

Version Path
openc3-cosmos-demo-5.4.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.3.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.2.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.1.1 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.1.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-demo-5.0.11 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-demo-5.0.10 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-demo-5.0.9 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-demo-5.0.8 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-demo-5.0.7 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-demo-5.0.6 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
cosmosc2-demo-5.0.5 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
cosmosc2-demo-5.0.4 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
cosmosc2-demo-5.0.3 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
cosmosc2-demo-5.0.2 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
cosmosc2-demo-5.0.2.pre.beta2 targets/TEMPLATED/cmd_tlm/templated_cmds.txt