Sha256: 8168359f4cc5e747e91d2eba7bea5a21587f5cc0249bbebe506c8e5e2d8e0d87

Contents?: true

Size: 766 Bytes

Versions: 55

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

55 entries across 55 versions & 3 rubygems

Version Path
openc3-cosmos-demo-6.0.2 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-6.0.1 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-6.0.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.20.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.19.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.18.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.17.1 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.17.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.16.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.15.2 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.15.1 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.15.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.14.2 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.14.1 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.14.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.13.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.12.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.11.3 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.11.2 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.11.1 targets/TEMPLATED/cmd_tlm/templated_cmds.txt