80
• CONFigure Subsystem :
CONFigure
[:SCALar]
:VOLTage
:DC [<numeric value>] [ [ ,@1] | ,@2 ]
:AC [<numeric value>] [ [ ,@1] | ,@2 ]
:ACDC [<numeric value>] [ ,@1]
:DCAC [<numeric value>] [ ,@1]
Description:
Set the primary and secondary display to DC, AC or AC+DC voltage
measurement. The <numeric value> parameter is used to configure the
measuring range. [ [@1] | ,@2 ] syntax is same as SCPI <channel_list> syntax.
Parameter: <numeric value>: Measuring range: 0.5, 5, 50, 500, 750, 1000 V. For @2, it
is used as frequency function has been set on primary display, otherwise it
will be omitted.
[ [ ,@1] | ,@2 ]: Use @1 and @2 to distinguish from primary display and
secondary display, respectively.
Example: CONF:VOLT:DC ; Set the primary display to DC voltage.
CONF:VOLT:AC ,@2 ; Set the secondary display to AC voltage.
CONF:VOLT:ACDC 0.5,@1 ; Set the primary display to AC+DC voltage
and 500mV range .
CONFigure
[:SCALar]
:CURRent
:DC [<numeric value>] [ [ ,@1] | ,@2 ]
:AC [<numeric value>] [ [ ,@1] | ,@2 ]
:ACDC [<numeric value>] [ ,@1]
:DCAC [<numeric value>] [ ,@1]
Description: Set the primary and secondary display to DC, AC or AC+DC current
measurement. The <numeric value> parameter is used to configure the
measuring range. [ [@1] | ,@2 ] syntax is same as SCPI <channel_list> syntax.
Parameter: <numeric value>: Measuring range: 5E-4, 5E-3, 0.05, 0.5, 5, 10 A. For @2, it
is used as frequency function has been set on primary display, otherwise it
will be omitted.
[ [ ,@1] | ,@2 ]: Use @1 and @2 to distinguish from primary display and
secondary display, respectively.
Example: CONF:CURR:DC ;Set the primary display to DC current.
CONF:CURR:AC,@2 ;Set the secondary display to AC current
CONF:CURR:ACDC ,@1 ;Set the primary display to AC+DC current.