8-132 Command Reference
*ESR?
Event Status Register
Reads out the contents of the standard event status register. Reading the Standard
Event Status Register clears the register.
Returned Format:
<dec.data> = the sum (between 0 and 255) of all bits that are true. See table on page 8-131.
Complies with standards: IEEE 488.2 1987.
*GMC?
8 < macro label>
Get Macro Definition
This command makes the counter respond with the current definition of the given
macro label.
Parameters:
<Macro label> = the label of the macro for which you want to see the definition. (String data
must be surrounded by “ ” or ‘ ‘ as in the example below.)
Returned Format: <Block data>¿
Example:
SEND®
*GMC? 8 ‘AUTOTRGLVL?’
Gives a block data response, for instance:
READ
¬
#242:FUNC ‘FREQ 1’;:INP:LEV:AUTO ONCE;INP:LEV?
Complies with standards: IEEE 488.2 1987.