Go to the source code of this file.
Functions | |
record (ao,"$(P)$(Q)") | |
alias ("$(P)$(Q)","$(P)$(Q):SP") | |
record (bo,"$(P)$(Q):_SP_UPDATE") | |
record (stringout,"$(P)$(Q):TYPE") | |
record (aSub,"$(P)$(Q):SEND") | |
Send parameter 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_real_parameters.template.
alias | ( | "$(P)$(Q)" | , |
"$(P)$(Q):SP" | |||
) |
Definition at line 12 of file inst_real_parameters.template.
record | ( | ao | , |
"$(P)$(Q)" | |||
) |
record | ( | bo | , |
"$(P)$(Q):_SP_UPDATE" | |||
) |
Definition at line 16 of file inst_real_parameters.template.
record | ( | stringout | , |
"$(P)$(Q):TYPE" | |||
) |
DESC
field: data type
Definition at line 24 of file inst_real_parameters.template.
record | ( | aSub | , |
"$(P)$(Q):SEND" | |||
) |
Send parameter to ICP.
must match the parameter name as used within the ISISICP NOVA below must match with output DAE waveform size (see substitutions)
DESC
field: Send to ICP
Definition at line 34 of file inst_real_parameters.template.
record | ( | waveform | , |
"$(P)$(Q):_SENDV" | |||
) |
Definition at line 53 of file inst_real_parameters.template.
record | ( | waveform | , |
"$(P)$(Q):_SENDPV" | |||
) |
Definition at line 60 of file inst_real_parameters.template.
record | ( | aSub | , |
"$(P)$(Q):_SENDQ" | |||
) |
Definition at line 68 of file inst_real_parameters.template.