User manual

IEEE-488 Reference
2001-900-01 Rev. K / August 2010 4-125
:SYSTem:PRESet Same as *RST
Query :RANGe[:UPPer]? Query ACI measurement range
:RANGe[:UPPer]? DEFaultQuery *RST default range
:RANGe[:UPPer]? MINimumQuery lowest measurement range
:RANGe[:UPPer]? MAXimumQuery highest measurement range
Short-form formats: :curr:ac:rang?:curr[:dc]:rang?
:curr:ac:rang? xxx:curr[:dc]:rang? xxx
:volt:ac:rang?:volt[:dc]:rang?
:volt:ac:rang? xxx:volt[:dc]:rang? xxx
:res:rang?:fres:rang?
:res:rang? xxx:fres:rang? xxx
where; xxx = def, min or max
Response message: 0 to 1050000000
Description This command is used to manually select the measurement range for the specifed measurement function.
The range is selected by specifying the expected reading as an aboslute value. The Model 2001 will then
go to the most sensitive range that will accommodate that expected reading. For example, if you expect
a reading of approximately 100mA, simply let the parameter (<n>) = 0.1 (or 100e-3) in order to select the
200mA range.
Programming example 10 OUTPUT 716; “:curr:ac:rang 125e-6; rang?”
20 ENTER 716; A$
30 PRINT A$
40 END
Line 10 Specifies the expected reading to be 125µA AC, and then queries the selected measurement
range.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays the currently selected measurement range (0.0002).
:AUTO <b>|ONCE
[:SENSe[1]]:CURRent:AC:RANGe:AUTO <b>|ONCEControl auto range for ACI
[:SENSe[1]]:CURRent[:DC]:RANGe:AUTO <b>|ONCEControl auto range for DCI
[:SENSe[1]]:VOLTage:AC:RANGe:AUTO <b>|ONCEControl auto range for ACV
[:SENSe[1]]:VOLTage[:DC]:RANGe:AUTO <b>|ONCEControl auto range for DCV
[:SENSe[1]]:RESistance:RANGe:AUTO <b>|ONCEControl auto range for 2
[:SENSe[1]]:FRESistance:RANGe:AUTO <b>|ONCEControl auto range for 4
Parameters <b> = 1 or ON Enable auto range
= 0 or OFF Disable auto range
ONCE Enable and then disable auto range
Formats :curr:ac:rang:auto <b> :curr[:dc]:rang:auto <b>
:curr:ac:rang:auto ONCE:curr[:dc]:rang:auto ONCE
:volt:ac:rang:auto <b>:volt[:dc]:rang:auto <b>
:volt:ac:rang:auto ONCE:volt[:dc]:rang:auto ONCE
:res:rang:auto <b>:fres:rang:auto <b>
:res:rang:auto ONCE:fres:rang:auto ONCE