PARameter
Command/Query The PARameter command is used to enable and name parameters for a
macro. The parameter name is optional, and if used, is for use on displays
and listings only. When a parameter is enabled, macro calls from the
sequence can pass values to the macro. These values can then be used as
data values in the body of the macro.
The query returns the current status of a parameter and its name.
Command syntax: :MACRo<m#>:PARameter<p#> { ON | OFF }[,<name>]
<m#> macro number (integer 0 through 99)
<p#> parameter number (integer 0 through 9)
<name> string up to six alphanumeric characters in length
Query syntax: :MACRo<m#>:PARameter<p#>?
Returned format: [:MACRo<m#>:PARameter<P#>] { ON | OFF },<name>
MACRo Subsystem
PARameter
40–9