Go to the source code of this file.
Functions | |
record (waveform,"$(P)$(Q)") | |
alias ("$(P)$(Q)","$(P)$(Q):SP") | |
record (bo,"$(P)$(Q):_SP_UPDATE") | |
record (aSub,"$(P)$(Q):SEND") | |
Send value to ICP. More... | |
record (waveform,"$(P)$(Q):_SENDV") | |
record (waveform,"$(P)$(Q):_SENDPV") | |
record (aSub,"$(P)$(Q):_SENDQ") | |
P | Required argument. Template argument |
Q | Required argument. Template argument |
DESC | Required argument. Template argument |
UNITS | Required argument. Template argument |
CATEGORY | Required argument. Template argument |
OUT | Required argument. Template argument |
Definition in file inst_string_parameters.template.
alias | ( | "$(P)$(Q)" | , |
"$(P)$(Q):SP" | |||
) |
Definition at line 12 of file inst_string_parameters.template.
record | ( | waveform | , |
"$(P)$(Q)" | |||
) |
record | ( | bo | , |
"$(P)$(Q):_SP_UPDATE" | |||
) |
Definition at line 16 of file inst_string_parameters.template.
record | ( | aSub | , |
"$(P)$(Q):SEND" | |||
) |
Send value to ICP.
must match the parameter name as used within the ISISICP NELM above and NOD below must match NOVA below must match with output DAE waveform (see substitutions)
DESC
field: Send to ICP
Definition at line 26 of file inst_string_parameters.template.
record | ( | waveform | , |
"$(P)$(Q):_SENDV" | |||
) |
Definition at line 45 of file inst_string_parameters.template.
record | ( | waveform | , |
"$(P)$(Q):_SENDPV" | |||
) |
Definition at line 52 of file inst_string_parameters.template.
record | ( | aSub | , |
"$(P)$(Q):_SENDQ" | |||
) |
Definition at line 60 of file inst_string_parameters.template.