8-134 Command Reference
*LRN?
Learn Device Setup
Learn Device Setup Query. Causes a response message that can be sent to the in
-
strument to return it to the state it was in when the *LRN? query was made.
Returned Format:
:SYST:SET_<Block data>¿
Where:
<Block data> is #3104<104 data bytes>
Example
SEND® *LRN?
Complies with standards: IEEE 488.2 1987.
*OPC
Operation Complete
The Operation Complete command causes the device to set the operation com-
plete bit in the Standard Event Status Register when all pending selected device
operations have been finished. See also Example 4 in Chapter 4.
Example:
Enable OPC-bit
SEND®
*ESE 8 1
Start measurement (INIT). *OPC will set the operation complete bit in the status register when the
measurement is done.
SEND® :INIT;*OPC
Wait 1s for the measurement to stop. Read serial poll register, will reset service request
SPOLL
Check the Operation complete bit (0) in the serial poll byte. If it is true the measurement is
completed and you can fetch the result.
SEND® FETCh?
Then read the event status register to reset it:
SEND® *ESR?
If bit 0 is false, abort the measurement.
SEND® :ABORt
Complies with standards: IEEE 488.2 1987.