Télécharger Imprimer la page

Keysight Technologies 3458A Guide D'utilisation page 83

Multimètre

Publicité

When attempting to preset from remote, it is possible that the multimeter is busy
or the GPIB interface is being held. In either case, the multimeter will not respond
to a remote command. It's good practice to send the GPIB Device Clear command
prior to presetting the multimeter. The multimeter responds immediately to the
Device Clear command. The following program sends the Device Clear command
followed by the PRESET NORM command:
10 CLEAR 722
20 OUTPUT 722;"PRESET NORM"
30 END
In addition to the PRESET NORM command, the multimeter has a PRESET FAST
command (configures for fast readings and transfers), which is discussed in
Chapter
discussed in
Specifying a measurement function
The first parameter of the FUNC command selects the measurement function. For
example, to specify DC voltage measurements, send:
OUTPUT 722;"FUNC DCV"
The FUNC command header is optional and can be omitted. For example, you can
specify DC voltage measurements simply by sending:
OUTPUT 722;"DCV"
The remaining examples in this chapter use the shortened (no FUNC header)
version.
function selected by each.
Table 3-3
Function parameter
ACDCI
ACDCV
ACI
ACV
DCI
Keysight 3458A User's Guide
4, and a PRESET DIG command (configures for DCV digitizing) which is
Chapter
5.
Table 3-3
shows the various measurement function parameters and the
Measurement function parameters
Description
Selects AC current measurements, DC coupled
Selects AC voltage measurements, DC coupled
Selects AC current measurements, AC coupled
Selects AC voltage measurements, AC coupled
Selects DC current measurements
Configuring for Measurements
3
83

Publicité

loading