Manual

P
ART
T
WO
:
COMMANDS
182
ISSUED: February 2005
WM-RCM-E Rev D
CURSORS
PARAMETER, PARM
Command/Query
DESCRIPTON This command turns statistics and histicons on or off.
COMMAND SYNTAX
PARM <type>,[readout]
Type:= CUST, HPAR, VPAR, OFF
Readout:= STAT, HISTICON, BOTH, OFF
Without argument, state of histograms and statistics is unchanged.
Unlike CRMS, PARM does not change the state of cursors or
pass/fail.
QUERY SYNTAX
PARAMETER? or PARM?
RESPONSE SYNTAX
PARM <type>,<readout>
EXAMPLE (GPIB) The following instruction turns the histicons on:
CMD$=”PARM CUST,HISTICON”;CALL
IBWRT(SCOPE%,CMD$)