User manual

IEEE-488 Reference
3-43
:MEASure[:<function>]?
where: <function> = VOLTage:DC DCV function
= CURRent:DC DCI function
= VOLTage:AC ACV function
= CURRent:AC ACI function
= RESistance 2 function
= FRESistance 4 function
= FREQuency FREQ function
= TEMPerature TEMP function
This command combines all of the other signal oriented measurement commands to perform a
“one-shot” measurement and acquire the reading.
When this command is sent, the following commands are executed in the order that they are
presented.
:ABORt:CONFigure:<function>:READ?
When :ABORt is executed, the instrument will go into the idle state if continuous initiation is
disabled. Otherwise, operation will re-start at the beginning of the Trigger Model.
When :CONFigure is executed, the instrument will go into a “one-shot” measurement mode.
See :CONFigure for details.
When :READ? is executed, its operations will then be performed. In general, another :ABORt
will be performed, than an :INITiate and finally a FETCh? to acquire the reading. See :READ?
for details.
PRINT #1, "output 16; :meas?" ' Perform :MEASure? operations
PRINT #1, "enter 16" ' Get response message from 2002
Description
Program fragment