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.11.1 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.11.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.10.1 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.10.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.9.1 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.9.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.8.1 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.8.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.7.2 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.7.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.6.1 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.6.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.5.2 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.5.2.pre.beta0.20230315041141 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.5.1 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.5.0 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.5.0.pre.beta0.20230217010435 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.4.3.pre.beta0.20230214173509 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.4.2 targets/TEMPLATED/cmd_tlm/templated_cmds.txt
openc3-cosmos-demo-5.4.1 targets/TEMPLATED/cmd_tlm/templated_cmds.txt