Agilent Technologies 34410A Betriebsanweisung

Stöbern Sie online oder laden Sie Betriebsanweisung nach Multimeter Agilent Technologies 34410A herunter. Agilent Technologies 34410A User`s guide Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 190
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
Agilent 34410A/11A/L4411A Programmer's Reference
Introduction to SCPI Language
Syntax Conventions
Command Separators
Using the MIN, MAX, and DEF Parameters
Querying Parameter Settings
SCPI Command Terminators
IEEE-488.2 Common Commands
SCPI Parameter Types
Numeric Parameters
Discrete Parameters
Boolean Parameters
ASCII String Parameters
Using Device Clear
Commands by Subsystem
ABORt
INITiate[:IMMediate]
OUTPut:TRIGger:SLOPe
R?
READ?
ROUTe:TERMinals?
UNIT:TEMPerature
CALCulate Subsystem
CALCulate:FUNCtion
CALCulate:STATe
CALCulate:LIMit:LOWer
CALCulate:LIMit:UPPer
CALCulate:DB:REFerence
CALCulate:DBM:REFerence
CALCulate:NULL:OFFSet
Seitenansicht 0
1 2 3 4 5 6 ... 189 190

Inhaltsverzeichnis

Seite 1

Agilent 34410A/11A/L4411A Programmer's Reference Introduction to SCPI Language Syntax Conventions Command Separators Using the MIN, MAX, and DEF

Seite 2

Frequency and Period Configuration Commands Measurement Configuration Commands Triggering Commands Measurement Statistics Commands Reading Memory Comm

Seite 3

DescriptionThis command sets the upper limit for the present measurement function(used in limit testing).

Seite 4

ExamplesThe following command selects the slow filter (3 Hz).FREQ:RANG:LOW 3The following query returns the timeout setting.FREQ:RANG:LOW?Typical Resp

Seite 5

See AlsoCONFigure:FREQuency

Seite 6

[SENSe:]FREQuency:VOLTage:RANGe:AUTOSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 7

Syntax[SENSe:]FREQuency:VOLTage:RANGe:AUTO <mode>[SENSe:]FREQuency:VOLTage:RANGe:AUTO?

Seite 8

DescriptionThis command disables or enables voltage autoranging for frequencymeasurements. Autoranging is convenient because the instrumentautomatical

Seite 9

ParametersName Type Range of Values Default Value<mode> Boolean {OFF|0|ON|1|ONCE} Autorange ON

Seite 10

RemarksAutorange thresholds:Down range at: <10% of range (ac voltage)Up range at: >120% of range (ac voltage)With autoranging enabled, the instr

Seite 11 - Programmer's Reference

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 12 - Related Information

ExamplesThe following command disables autoranging.FREQ:VOLT:RANG:AUTO OFFThe following query returns the autoranging setting.FREQ:VOLT:RANG:AUTO?Typi

Seite 13

See AlsoCONFigure:FREQuency[SENSe:]FREQuency[:VOLTage]:RANGe[:UPPer]

Seite 14 - Syntax Conventions

ParametersThe <value> parameter can take any value between -120% and +120% ofthe highest (maximum) range for the currently selected function The

Seite 15 - Command Separators

[SENSe:]FREQuency:VOLTage:RANGe[:UPPer]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 16

Syntax[SENSe:]FREQuency:VOLTage:RANGe[:UPPer]{<voltage_range>|MIN|MAX|DEF}[SENSe:]FREQuency:VOLTage:RANGe[:UPPer]? [{MIN|MAX}]

Seite 17 - Querying Parameter Settings

DescriptionThis command selects the voltage range for frequency measurements.The maximum range parameter is 1000 V, which is set byMAX. However, the S

Seite 18 - SCPI Command Terminators

ParametersName TypeRange ofValuesDefaultValue<voltage_range> DiscreteDesired rangein volts:100 mV (MIN)1 V10 V (DEF)100 V1000 V (MAX)This is are

Seite 19 - IEEE-488.2 Common Commands

RemarksSelecting a discrete range will disable autoranging.If the input signal is greater than can be measured on the selected range(manual ranging),

Seite 20 - Boolean Parameters

Return FormatThe query command returns the voltage range in the form"+1.00000000E+01".

Seite 21 - ASCII String Parameters

ExamplesThe following command selects the 10 volt range for frequencymeasurements.FREQ:VOLT:RANG 10The following query returns the voltage range selec

Seite 22 - Using Device Clear

See AlsoCONFigure:FREQuency[SENSe:]FREQuency[:VOLTage]:RANGe:AUTO

Seite 23 - Commands by Subsystem

[SENSe:]PERiod:APERtureSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 24

Syntax[SENSe:]PERiod:APERture {<seconds>|MIN|MAX|DEF}[SENSe:]PERiod:APERture? [{MIN|MAX}]

Seite 25

RemarksYou must select the limit math function (CALC:FUNC LIM) and turn onmath operations (CALC:STAT ON) before you set a limit value.You can assign a

Seite 26

DescriptionThis command selects the aperture time (also called gate time) for periodmeasurements.

Seite 27

ParametersName Type Range of Values Default Value<seconds> DiscreteDesired aperture inseconds:1 ms (MIN) 10 ms 100 ms (DEF)1 second (MAX)This is

Seite 28

RemarksThis command sets the aperture for both frequency and periodmeasurements.The frequency measurement does not autorange. For frequencymeasurement

Seite 29

Return FormatThe query command returns the aperture time in the form "+1.00000000E-01".

Seite 30

ExamplesThe following command sets the aperture to 10 ms.PER:APER 10E-03The following query returns the aperture selected.PER:APER?Typical Response:

Seite 31

See AlsoCONFigure:PERiod

Seite 32

[SENSe:]PERiod:NULL[:STATe]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 33

Syntax[SENSe:]PERiod:NULL[:STATe] {ON|OFF}[SENSe:]PERiod:NULL[:STATe]?

Seite 34

DescriptionThis command turns the null function on or off for period measurements.

Seite 35

RemarksUse the [SENSe:]PERiod:NULL:VALue command to set the null value.The CONFigure:PERiod and MEASure:PERiod? commands turn off the nullstate.A Fact

Seite 36

Return FormatThe query command returns the upper limit in the form "+1.00000000E+03".

Seite 37 - OUTPut:TRIGger:SLOPe?

Return FormatThe query command returns the null state, either "1" (ON), or "0" (OFF).

Seite 38

ExamplesThe following command turns the null function off.PER:NULL:STAT OFFThe following query returns the null state.PER:NULL:STAT?Typical Response:

Seite 39

See Also[SENSe:]PERiod:NULL:VALueCONFigure:PERiodMEASure:PERiod?

Seite 40

[SENSe:]PERiod:NULL:VALueSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 41

Syntax[SENSe:]PERiod:NULL:VALue {<value>|MIN|MAX}[SENSe:]PERiod:NULL:VALue? [{MIN|MAX}]

Seite 42

DescriptionThis command stores a null value for period measurements. The null valueis subtracted from each sample if the null state is turned on.

Seite 43

ParametersThe <value> parameter can take any value between -120% and +120% ofthe highest range for the present function. MIN = -120% of the high

Seite 44

RemarksTo use the null value, you will also need to turn on the null state with the[SENSe:]PERiod:NULL[:STATe] command.When using this command, it is

Seite 45 - R? [<max_count>]

Return FormatThe query command returns the null value in the form "+1.00000000E-02".

Seite 46

ExamplesThe following command sets the null value to -0.25.PER:NULL:VAL -0.25The following query returns the null value.PER:NULL:VAL?Typical Response:

Seite 47

ExamplesThe following command sets the upper limit to 10.25.CALC:LIM:UPP 10.25The following query returns the limit settings.CALC:LIM:UPP?Typical Resp

Seite 48

See Also[SENSe:]PERiod:NULL[:STATe]

Seite 49

[SENSe:]PERiod:RANGe:LOWerSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 50

Syntax[SENSe:]PERiod:RANGe:LOWer {<filter>|MIN|MAX|DEF}[SENSe:]PERiod:RANGe:LOWer? [{MIN|MAX}]

Seite 51

DescriptionThis command sets the ac bandwidth used to detect the signal during periodand frequency measurements. The instrument uses three different a

Seite 52

ParametersName Type Range of ValuesDefaultValue<filter> Discrete{3|20|200}MIN = 3 Hz (slow), MAX = 200 Hz (fast)This is arequiredparameter.DEF s

Seite 53

RemarksApplies to period and frequency measurements, and to voltagemeasurements made as the second display function during frequency orperiod measurem

Seite 54

Return FormatThe query command returns "3.0000000" (slow), "2.0000000E+1"(medium), or "2.0000000E+2" (fast).

Seite 55

ExamplesThe following command selects the slow filter (3 Hz).PER:RANG:LOW 3The following query returns the timeout setting.PER:RANG:LOW?Typical Respon

Seite 56

See AlsoCONFigure:PERiod

Seite 57

[SENSe:]PERiod:VOLTage:RANGe:AUTOSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 58

See AlsoCALCulate:FUNCtionCALCulate:LIMit:LOWerCALCulate:STATeSTATus Subsystem Introduction

Seite 59 - ROUTe:TERMinals?

Syntax[SENSe:]PERiod:VOLTage:RANGe:AUTO <mode>[SENSe:]PERiod:VOLTage:RANGe:AUTO?

Seite 60

DescriptionThis command disables or enables voltage autoranging for periodmeasurements. Autoranging is convenient because the instrumentautomatically

Seite 61

ParametersName Type Range of ValuesDefaultValue<mode> Boolean {OFF|0|ON|1|ONCE} Autorange ON

Seite 62

RemarksAutorange thresholds:Down range at: <10% of range (ac voltage)Up range at: >120% of range (ac voltage)With autoranging enabled, the instr

Seite 63

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 64 - ROUT:TERM?

ExamplesThe following command disables autoranging.PER:VOLT:RANG:AUTO OFFThe following query returns the autoranging setting.PER:VOLT:RANG:AUTO?Typica

Seite 65

See AlsoCONFigure:PERiod[SENSe:]PERiod[:VOLTage]:RANGe[:UPPer]

Seite 66

[SENSe:]PERiod:VOLTage:RANGe[:UPPer]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 67

Syntax[SENSe:]PERiod:VOLTage:RANGe[:UPPer]{<voltage_range>|MIN|MAX|DEF}[SENSe:]PERiod:VOLTage:RANGe[:UPPer]? [{MIN|MAX}]

Seite 68

DescriptionThis command selects the voltage range for period measurements.The maximum range parameter is 1000 V, which is set byMAX. However, the SAFE

Seite 69 - (SYSTem:PRESet command)

CALCulate:DB:REFerenceSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 70

ParametersName TypeRange ofValuesDefaultValue<voltage_range> DiscreteDesired rangein volts:100 mV (MIN)1 V10 V (DEF)100 V1000 V (MAX)This is are

Seite 71

RemarksSelecting a discrete range will disable autoranging.If the input signal is greater than can be measured on the selected range(manual ranging),

Seite 72

Return FormatThe query command returns the voltage range in the form"+1.00000000E+01".

Seite 73

ExamplesThe following command selects the 10 volt range for period measurements.PER:VOLT:RANG 10The following query returns the voltage range selected

Seite 74

See AlsoCONFigure:PERiod[SENSe:]PERiod[:VOLTage]:RANGe:AUTO

Seite 75

[SENSe:]FRESistance:APERtureSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 76 - CALCulate:FUNCtion

Syntax[SENSe:]FRESistance:APERture {<seconds>|MIN|MAX|DEF}[SENSe:]FRESistance:APERture? [{MIN|MAX}]

Seite 77 - CALCulate:FUNCtion?

DescriptionThis command selects the integration time in seconds (called aperture time)for resistance measurements.You should use this command only whe

Seite 78

ParametersName Type Range of Values*DefaultValue<seconds> NumericDesired aperture timein seconds:34410A: ~100 µs to~1 s (with ~20 µsresolution)

Seite 79

RemarksThis command affects both 2-wire and 4-wire resistance measurements. AllFRES and RES commands affect the equivalent settings for all resistance

Seite 80

SyntaxCALCulate:DB:REFerence {<value> | MINimum | MAXimum}CALCulate:DB:REFerence? {MINimum | MAXimum}

Seite 81

Return FormatThe query command returns the aperture time in the form "+1.00000000E-01".

Seite 82

ExamplesThe following command sets the aperture time to 300 ms.FRES:APER 300E-03The following query returns the aperture time selected.FRES:APER?Typic

Seite 83 - CALCulate:STATe

See AlsoCONFigure:FRESistance[SENSe:]FRESistance:APERture:ENABled

Seite 84 - CALCulate:STATe?

[SENSe:]FRESistance:APERture:ENABledSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 85

Syntax[SENSe:]FRESistance:APERture:ENABled {ON|OFF}[SENSe:]FRESistance:APERture:ENABled?

Seite 86

DescriptionThis command queries whether an aperture time is enabled or disabled forresistance measurements.

Seite 87

RemarksThis query determines whether the aperture used for both 2-wire and 4-wire resistance measurements is enabled.The CONFigure:FRESistance, MEASur

Seite 88 - CALC:STAT?

Return FormatThe query command returns "0" if the aperture time mode is disabled or "1"if the aperture time mode is enabled.

Seite 89

ExampleThe following command returns the state of the aperture time mode.FRES:APER:ENAB?Typical Response: 1

Seite 90 - CALCulate:LIMit:LOWer

See AlsoCONFigure:FRESistance[SENSe:]FRESistance:APERture

Seite 91

DescriptionThis command stores a relative value in the meter's dB Relative Register,which is used for the dB function in the CALCulate:FUNCtion c

Seite 92

[SENSe:]FRESistance:NPLCSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 93

Syntax[SENSe:]FRESistance:NPLC {<PLCs>|MIN|MAX|DEF}[SENSe:]FRESistance:NPLC? [{MIN|MAX}]

Seite 94

DescriptionThis command sets the integration time in number of power line cycles(PLCs) for resistance measurements. Integration time affects themeasur

Seite 95

ParametersName Type Range of Values*DefaultValue<PLCs> Discrete34410A: {0.006|0.02|0.06|0.2|1|2|10|100}MIN = 0.006 PLC, MAX = 100 PLC34411A/L4

Seite 96

RemarksThis command affects both 2-wire and 4-wire resistance measurements. AllFRES and RES commands affect the equivalent settings for all resistance

Seite 97

100 PLC 0.03 ppm x RangeThe instrument sets the integration time to 1 PLC (and turns off aperturemode) after a Factory Reset (*RST command) or an Inst

Seite 98 - CALCulate:LIMit:UPPer

Return FormatThe query command returns the integration time in the form"+1.00000000E+00".

Seite 99

ExamplesThe following command set the integration time to 0.2 PLCs.FRES:NPLC 0.2The following query returns the integration time settings.FRES:NPLC?Ty

Seite 100 - Description

See AlsoCONFigure:FRESistance

Seite 101

[SENSe:]FRESistance:NULL[:STATe]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 102

ParametersThe <value> (relative value) parameter can take any value in the range±200 dBm. MIN = -200.00 dBm. MAX = +200.00 dBm. The default valu

Seite 103

Syntax[SENSe:]FRESistance:NULL[:STATe] {ON|OFF}[SENSe:]FRESistance:NULL[:STATe]?

Seite 104

DescriptionThis command turns the null function on or off for resistance measurements.

Seite 105

RemarksThis command affects both 2-wire and 4-wire resistance measurements. AllFRES and RES commands affect the equivalent settings for all resistance

Seite 106 - CALCulate:DB:REFerence

Return FormatThe query command returns the null state, either "1" (ON), or "0" (OFF).

Seite 107

ExamplesThe following command turns the null function off.FRES:NULL:STAT OFFThe following query returns the null state.FRES:NULL:STAT?Typical Response

Seite 108

See Also[SENSe:]FRESistance:NULL:VALueCONFigure:FRESistanceMEASure:FRESistance?

Seite 109

[SENSe:]FRESistance:NULL:VALueSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 110

Syntax[SENSe:]FRESistance:NULL:VALue {<value>|MIN|MAX}[SENSe:]FRESistance:NULL:VALue? [{MIN|MAX}]

Seite 111

DescriptionThis command stores a null value for resistance measurements. The nullvalue is subtracted from each sample if the null state is turned on.

Seite 112

ParametersThe <value> parameter can take any value between -120% and +120% ofthe highest range for the present function. MIN = -120% of the high

Seite 113

Agilent 34410A/11A/L4411A 6½ DigitMultimeterProgrammer's Reference This Help file contains reference information to help you program theAgilent 3

Seite 114 - CALCulate:DBM:REFerence

RemarksYou must select (CALCulate:FUNCtion) and turn on (CALCulate:STATe)math operations before writing to the dB Relative Register.The dB relative va

Seite 115

RemarksThis command affects both 2-wire and 4-wire resistance measurements. AllFRES and RES commands affect the equivalent settings for all resistance

Seite 116

Return FormatThe query command returns the null value in the form "+1.00000000E-02".

Seite 117

ExamplesThe following command sets the null value to -0.25.FRES:NULL:VAL -0.25The following query returns the null value.FRES:NULL:VAL?Typical Respons

Seite 118

See Also[SENSe:]FRESistance:NULL[:STATe]

Seite 119

[SENSe:]FRESistance:OCOMpensatedSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 120

Syntax[SENSe:]FRESistance:OCOMpensated <mode>[SENSe:]FRESistance:OCOMpensated?

Seite 121

DescriptionThis command enables or disables offset compensation for resistancemeasurements. Offset compensation removes the effects of small dcvoltage

Seite 122 - CALCulate:NULL:OFFSet

ParametersName Type Range of ValuesDefaultValue<mode> Boolean {OFF|0|ON|1} OFF|0

Seite 123

RemarksThis command affects both 2-wire and 4-wire resistance measurements. AllFRES and RES commands affect the equivalent settings for all resistance

Seite 124

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 125

Return FormatThe query command returns the relative value in the form"+1.00000000E+02".

Seite 126

ExamplesThe following command enables offset compensation.FRES:OCOM ONThe following query returns the offset compensation setting.FRES:OCOM?Typical Re

Seite 127

See AlsoCONFigure:FRESistance

Seite 128

[SENSe:]FRESistance:RANGe:AUTOSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 129

Syntax[SENSe:]FRESistance:RANGe:AUTO <mode>[SENSe:]FRESistance:RANGe:AUTO?

Seite 130 - CALCulate:AVERage:AVERage?

DescriptionThis command disables or enables autoranging for resistance measurements.Autoranging is convenient because the instrument automatically sel

Seite 131

ParametersName Type Range of Values Default Value<mode> Boolean {OFF|0|ON|1|ONCE} Autorange ON

Seite 132

RemarksThis command affects both 2-wire and 4-wire resistance measurements. AllFRES and RES commands affect the equivalent settings for all resistance

Seite 133

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 134

ExamplesThe following command disables autoranging.FRES:RANG:AUTO OFFThe following query returns the autoranging settings.FRES:RANG:AUTO?Typical Respo

Seite 135 - CALC:AVER:AVER?

See AlsoCONFigure:FRESistance[SENSe:]FRESistance:RANGe

Seite 136

ExamplesThe following command sets the dB relative value to -10.0 dBm.CALC:DB:REF -10.0The following query returns the dB relative value.CALC:DB:REF?T

Seite 137 - CALCulate:AVERage:CLEar

[SENSe:]FRESistance:RANGe[:UPPer]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 138

Syntax[SENSe:]FRESistance:RANGe[:UPPer] {<range>|MIN|MAX|DEF}[SENSe:]FRESistance:RANGe[:UPPer]? [{MIN|MAX}]

Seite 139

DescriptionThis command selects the measurement range for resistance measurements.

Seite 140

ParametersName Type Range of Values Default Value<range> DiscreteDesired range inohms:100 Ω (MIN)1 kΩ10 kΩ100 kΩ1 MΩ10 MΩ100 MΩ1 GΩ (MAX)This is

Seite 141

RemarksThis command affects both 2-wire and 4-wire resistance measurements. AllFRES and RES commands affect the equivalent settings for all resistance

Seite 142 - CALC:AVER:CLE

Return FormatThe query command returns the range in the form "+1.00000000E+03".

Seite 143

ExamplesThe following command selects the 10 kΩ range.FRES:RANG 10E+3The following query returns the range selected.FRES:RANG?Typical Response: +1.00

Seite 144 - CALCulate:AVERage:COUNt?

See AlsoCONFigure:FRESistance[SENSe:]FRESistance:RANGe:AUTO

Seite 145

[SENSe:]FRESistance:RESolutionSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 146

Syntax[SENSe:]FRESistance:RESolution {<resolution>|MIN|MAX|DEF}[SENSe:]FRESistance:RESolution? [{MIN|MAX}]

Seite 147

See AlsoCALCulate:DBM:REFerenceCALCulate:FUNCtionCALCulate:STATe

Seite 148

DescriptionThis command selects the measurement resolution for resistancemeasurements. Specify the resolution in the same units as the selectedmeasure

Seite 149 - CALC:AVER:COUN?

ParametersName Type Range of Values Default Value<resolution> NumericDesired resolutionin ohms (see ResolutionTable).0.3 ppm xRange (1 PLC)

Seite 150

RemarksThis command affects both 2-wire and 4-wire resistance measurements. AllFRES and RES commands affect the equivalent settings for all resistance

Seite 151 - CALCulate:AVERage:MAXimum?

Return FormatThe query command returns the resolution in the form "+1.00000000E+02".

Seite 152

ExamplesThe following command sets the measurement resolution to 100 Ω.FRES:RES 100The following query returns the resolution selected.FRES:RES?Typica

Seite 153

See AlsoCONFigure:FRESistance

Seite 154

[SENSe:]RESistance:APERtureSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 155

Syntax[SENSe:]RESistance:APERture {<seconds>|MIN|MAX|DEF}[SENSe:]RESistance:APERture? [{MIN|MAX}]

Seite 156 - CALC:AVER:MAX?

DescriptionThis command selects the integration time in seconds (called aperture time)for resistance measurements.You should use this command only whe

Seite 157

ParametersName Type Range of Values*DefaultValue<seconds> NumericDesired aperture timein seconds:34410A: ~100 µs to~1 s (with ~20 µsresolution)

Seite 158 - CALCulate:AVERage:MINimum?

CALCulate:DBM:REFerenceSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 159

RemarksThis command affects both 2-wire and 4-wire resistance measurements. AllFRES and RES commands affect the equivalent settings for all resistance

Seite 160

Return FormatThe query command returns the aperture time in the form "+1.00000000E-01".

Seite 161

ExamplesThe following command sets the aperture time to 300 ms.RES:APER 300E-03The following query returns the aperture time selected.RES:APER?Typical

Seite 162

See AlsoCONFigure:RESistance[SENSe:]RESistance:APERture:ENABled

Seite 163 - CALC:AVER:MIN?

[SENSe:]RESistance:APERture:ENABledSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 164

Syntax[SENSe:]RESistance:APERture:ENABled {ON|OFF}[SENSe:]RESistance:APERture:ENABled?

Seite 165 - CALCulate:AVERage:PTPeak?

DescriptionThis command queries whether an aperture time is enabled or disabled forresistance measurements.

Seite 166

RemarksThis query determines whether the aperture used for both 2-wire and 4-wire resistance measurements is enabled.The CONFigure:RESistance, MEASure

Seite 167

Return FormatThe query command returns "0" if the aperture time mode is disabled, or "1"if the aperture time mode is enabled.

Seite 168

ExampleThe following command returns the state of the aperture time mode.RES:APER:ENAB?Typical Response: 1

Seite 169

SyntaxCALCulate:DBM:REFerence {<value> | MINimum | MAXimum}CALCulate:DBM:REFerence? {MINimum | MAXimum}

Seite 170 - CALC:AVER:PTP?

See AlsoCONFigure:RESistance[SENSe:]RESistance:APERture

Seite 171

[SENSe:]RESistance:NPLCSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 172 - CALCulate:AVERage:SDEViation?

Syntax[SENSe:]RESistance:NPLC {<PLCs>|MIN|MAX|DEF}[SENSe:]RESistance:NPLC? [{MIN|MAX}]

Seite 173

DescriptionThis command sets the integration time in number of power line cycles(PLCs) for resistance measurements. Integration time affects themeasur

Seite 174

ParametersName Type Range of Values*DefaultValue<PLCs> Discrete34410A: {0.006|0.02|0.06|0.2|1|2|10|100}MIN = 0.006 PLC, MAX = 100 PLC34411A/L4

Seite 175

RemarksThis command affects both 2-wire and 4-wire resistance measurements. AllFRES and RES commands affect the equivalent settings for all resistance

Seite 176

100 PLC 0.03 ppm x RangeThe instrument sets the integration time to 1 PLC (and turns off aperturemode) after a Factory Reset (*RST command) or an Inst

Seite 177 - CALC:AVER:SDEV?

Return FormatThe query command returns the integration time in the form"+1.00000000E+00".

Seite 178

ExamplesThe following command set the integration time to 0.2 PLCs.RES:NPLC 0.2The following query returns the integration time setting.RES:NPLC?Typic

Seite 179

See AlsoCONFigure:RESistance

Seite 180

DescriptionThis command selects the dBm reference resistance. The default is 600ohms. This reference value affects both the dBm and dB functions in th

Seite 181 - CALibration:ADC?

[SENSe:]RESistance:NULL[:STATe]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 182

Syntax[SENSe:]RESistance:NULL[:STATe] {ON|OFF}[SENSe:]RESistance:NULL[:STATe]?

Seite 183

DescriptionThis command turns the null function on or off for resistance measurements.

Seite 184

RemarksThis command affects both 2-wire and 4-wire resistance measurements. AllFRES and RES commands affect the equivalent settings for all resistance

Seite 185

Return FormatThe query command returns the null state, either "1" (ON), or "0" (OFF).

Seite 186 - Typical Response: 0

ExamplesThe following command turns the null function off.RES:NULL:STAT OFFThe following query returns the null state.RES:NULL:STAT?Typical Response:

Seite 187

See Also[SENSe:]RESistance:NULL:VALueCONFigure:RESistanceMEASure:RESistance?

Seite 188 - CALibration[:ALL]?

[SENSe:]RESistance:NULL:VALueSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 189

Syntax[SENSe:]RESistance:NULL:VALue {<value>|MIN|MAX}[SENSe:]RESistance:NULL:VALue? [{MIN|MAX}]

Seite 190

DescriptionThis command stores a null value for resistance measurements. The nullvalue is subtracted from each sample if the null state is turned on.

Seite 191

ParametersThe <value> (dBm reference value) parameter can only take on certaindiscrete values. Choose from: 50, 75, 93, 110, 124, 125, 135, 150,

Seite 192

ParametersThe <value> parameter can take any value between -120% and +120% ofthe highest range for the present function. MIN = -120% of the high

Seite 193 - Typical Response: +0

RemarksThis command affects both 2-wire and 4-wire resistance measurements. AllFRES and RES commands affect the equivalent settings for all resistance

Seite 194

Return FormatThe query command returns the null value in the form "+1.00000000E-02".

Seite 195 - CALibration:COUNt?

ExamplesThe following command sets the null value to -0.25.RES:NULL:VAL -0.25The following query returns the null value.RES:NULL:VAL?Typical Response:

Seite 196

See Also[SENSe:]RESistance:NULL[:STATe]

Seite 197

[SENSe:]RESistance:OCOMpensatedSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 198

Syntax[SENSe:]RESistance:OCOMpensated <mode>[SENSe:]RESistance:OCOMpensated?

Seite 199

DescriptionThis command enables or disables offset compensation for resistancemeasurements. Offset compensation removes the effects of small dcvoltage

Seite 200 - Typical Response: +739

ParametersName Type Range of ValuesDefaultValue<mode> Boolean {OFF|0|ON|1} OFF|0

Seite 201

RemarksThis command affects both 2-wire and 4-wire resistance measurements. AllFRES and RES commands affect the equivalent settings for all resistance

Seite 202 - CALibration:LFRequency

RemarksThe dBm reference resistance is not reset when math functions areenabled by the CALCulate:STATe command, nor when aCALCulate:FUNCtion command i

Seite 203 - CALibration:LFRequency?

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 204

ExamplesThe following command enables offset compensation.RES:OCOM ONThe following query returns the offset compensation setting.RES:OCOM?Typical Resp

Seite 205

See AlsoCONFigure:RESistance

Seite 206

[SENSe:]RESistance:RANGe:AUTOSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 207

Syntax[SENSe:]RESistance:RANGe:AUTO <mode>[SENSe:]RESistance:RANGe:AUTO?

Seite 208

DescriptionThis command disables or enables autoranging for resistance measurements.Autoranging is convenient because the instrument automatically sel

Seite 209

ParametersName Type Range of ValuesDefaultValue<mode> Boolean {OFF|0|ON|1|ONCE}AutorangeON

Seite 210 - CALibration:LFRequency:ACTual

RemarksThis command affects both 2-wire and 4-wire resistance measurements. AllFRES and RES commands affect the equivalent settings for all resistance

Seite 211

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 212

ExamplesThe following command disables autoranging.RES:RANG:AUTO OFFThe following query returns the autoranging setting.RES:RANG:AUTO?Typical Response

Seite 213

Return FormatThe query command returns the dBm reference resistance.

Seite 214

See AlsoCONFigure:RESistance[SENSe:]RESistance:RANGe

Seite 215 - CAL:LFR:ACT?

[SENSe:]RESistance:RANGe[:UPPer]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 216

Syntax[SENSe:]RESistance:RANGe[:UPPer] {<range>|MIN|MAX|DEF}[SENSe:]RESistance:RANGe[:UPPer]? [{MIN|MAX}]

Seite 217 - CALibration:SECure:CODE

DescriptionThis command selects the measurement range for resistance measurements.

Seite 218

ParametersName Type Range of Values Default Value<range> DiscreteDesired range inohms:100 Ω (MIN)1 kΩ10 kΩ100 kΩ1 MΩ10 MΩ100 MΩ1 GΩ (MAX)This is

Seite 219

RemarksThis command affects both 2-wire and 4-wire resistance measurements. AllFRES and RES commands affect the equivalent settings for all resistance

Seite 220

Return FormatThe query command returns the range in the form "+1.00000000E+03".

Seite 221

ExamplesThe following command selects the 10 kΩ range.RES:RANG 10E+3The following query returns the range selected.RES:RANG?Typical Response: +1.0000

Seite 222 - CAL:SEC:CODE T3ST_DUT165

See AlsoCONFigure:RESistance[SENSe:]RESistance:RANGe:AUTO

Seite 223

[SENSe:]RESistance:RESolutionSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 224 - CALibration:SECure:STATe

Related InformationIO Libraries and Instrument DriversAgilent 34410A/11A/L4411A DocumentationAgilent 34410A/11A/L4411A Web InterfaceExample ProgramsCo

Seite 225 - CALibration:SECure:STATe?

ExamplesThe following command sets the dBm reference resistance to 300 ohms.CALC:DBM:REF 300The following query returns the dBm reference resistance.C

Seite 226

Syntax[SENSe:]RESistance:RESolution {<resolution>|MIN|MAX|DEF}[SENSe:]RESistance:RESolution? [{MIN|MAX}]

Seite 227

DescriptionThis command selects the measurement resolution for resistancemeasurements. Specify the resolution in the same units as the selectedmeasure

Seite 228

ParametersName Type Range of Values Default Value<resolution> NumericDesired resolutionin ohms (see ResolutionTable).0.3 ppm xRange (1 PLC)

Seite 229

RemarksThis command affects both 2-wire and 4-wire resistance measurements. AllFRES and RES commands affect the equivalent settings for all resistance

Seite 230

Return FormatThe query command returns the resolution in the form "+1.00000000E+02".

Seite 231

ExamplesThe following command sets the measurement resolution to 100Ω.RES:RES 100The following query returns the resolution selected.RES:RES?Typical R

Seite 232 - CALibration:STRing

See AlsoCONFigure:RESistance

Seite 233 - CALibration:STRing?

[SENSe:]RESistance:ZERO:AUTOSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 234

Syntax[SENSe:]RESistance:ZERO:AUTO <mode>[SENSe:]RESistance:ZERO:AUTO?

Seite 235

DescriptionThis command disables or enables the autozero mode for resistancemeasurements.When autozero is ON (default), the instrument internally disc

Seite 236

See AlsoCALCulate:DB:REFerenceCALCulate:FUNCtionCALCulate:STATe

Seite 237

ParametersName Type Range of ValuesDefaultValue<mode> Discrete {OFF|0|ON|1|ONCE}AutozeroON

Seite 238

RemarksThis command does not affect 4-wire resistance measurements. All 4-wiremeasurements are made with autozero ON, regardless of the state set orre

Seite 239

Return FormatThe query command returns "0" (OFF or ONCE) or "1" (ON).

Seite 240 - CALibration:STORe

ExamplesThe following command disables autozero. With autozero disabled, a newzero measurement is not issued until the next configuration change(funct

Seite 241

See AlsoCONFigure:RESistance

Seite 242

[SENSe:]TEMPerature:APERtureSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 243

Syntax[SENSe:]TEMPerature:APERture {<seconds>|MIN|MAX|DEF}[SENSe:]TEMPerature:APERture? [{MIN|MAX}]

Seite 244

DescriptionThis command selects the integration time in seconds (called aperture time)for temperature measurements.You should use this command only wh

Seite 245

ParametersName Type Range of Values*DefaultValue<seconds> NumericDesired aperture timein seconds:34410A: ~100 µs to~1 s (with ~20 µsresolution)

Seite 246 - CALibration:VALue

RemarksDue to internal quantization, the actual aperture that you set may beslightly different than your specified value. The increment is approximate

Seite 247 - CALibration:VALue?

CALCulate:NULL:OFFSetSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 248

Return FormatThe query command returns the aperture time in the form "+1.00000000E-01".

Seite 249

ExamplesThe following command sets the aperture time to 300 ms.TEMP:APER 300E-03The following query returns the aperture time selected.TEMP:APER?Typic

Seite 250

[SENSe:]TEMPerature:APERture:ENABledSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 251

Syntax[SENSe:]TEMPerature:APERture:ENABled {ON|OFF}[SENSe:]TEMPerature:APERture:ENABled?

Seite 252

DescriptionThis command queries whether an aperture time is enabled or disabled fortemperature measurements.

Seite 253

RemarksThe CONFigure:TEMPerature, MEASure:TEMPerature?,[SENSe:]TEMPerature:NPLC, and [SENSe:]TEMPerature:RESolutioncommands disable the aperture time

Seite 254

Return FormatThe query command returns "0" is the aperture time mode is disabled or "1"if the aperture time mode is enabled.

Seite 255

ExampleThe following command returns the state of the aperture time mode.TEMP:APER:ENAB?Typical Response: 1

Seite 256

See AlsoCONFigure:TEMPerature[SENSe:]TEMPerature:APERture

Seite 257

[SENSe:]TEMPerature:NPLCSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 258 - Using the CONFigure Command

SyntaxCALCulate:NULL:OFFSet {<value> | MINimum | MAXimum}CALCulate:NULL:OFFSet? {MINimum | MAXimum}

Seite 259

Syntax[SENSe:]TEMPerature:NPLC {<PLCs>|MIN|MAX|DEF}[SENSe:]TEMPerature:NPLC? [{MIN|MAX}]

Seite 260 - CONFigure:CAPacitance

DescriptionThis command sets the integration time in number of power line cycles(PLCs) for temperature measurements. Integration time affects themeasu

Seite 261

ParametersName Type Range of Values*DefaultValue<PLCs> Discrete34410A: {0.006|0.02|0.06|0.2|1|2|10|100}MIN = 0.006 PLC, MAX = 100 PLC34411A/L4

Seite 262

RemarksSelecting an integration time with this command changes any aperture setwith the [SENSe:]TEMPerature:APERture command.Only those integration ti

Seite 263

(*RST command) or an Instrument Preset (SYSTem:PRESet command).

Seite 264

Return FormatThe query command returns the integration time in the form"+1.00000000E+00".

Seite 265

ExamplesThe following command set the integration time to 0.2 PLCs.TEMP:NPLC 0.2The following query returns the integration time setting.TEMP:NPLC?Typ

Seite 266

See AlsoCONFigure:TEMPerature

Seite 267 - CONFigure:CONTinuity

[SENSe:]TEMPerature:NULL[:STATe]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 268

Syntax[SENSe:]TEMPerature:NULL[:STATe] {ON|OFF}[SENSe:]TEMPerature:NULL[:STATe]?

Seite 269

DescriptionThis command stores a null value in the multimeter's Null Register.This command is provided for compatibility with the 34401A 6½Digit

Seite 270

DescriptionThis command turns the null function on or off for temperaturemeasurements.

Seite 271

RemarksUse the [SENSe:]TEMPerature:NULL:VALue command to set the null value.The CONFigure:TEMPerature and MEASure:TEMPerature? commands turnoff the nu

Seite 272

Return FormatThe query command returns the null state, either "1" (ON), or "0" (OFF).

Seite 273 - CONFigure:CURRent:AC

ExamplesThe following command turns the null function off.FRES:NULL:STAT OFFThe following query returns the null state.FRES:NULL:STAT?Typical Response

Seite 274

See Also[SENSe:]TEMPerature:NULL:VALueCONFigure:TEMPeratureMEASure:TEMPerature?

Seite 275

[SENSe:]TEMPerature:NULL:VALueSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 276

Syntax[SENSe:]TEMPerature:NULL:VALue {<value>|MIN|MAX}[SENSe:]TEMPerature:NULL:VALue? [{MIN|MAX}]

Seite 277

DescriptionThis command stores a null value for temperature measurements. The nullvalue is subtracted from each sample if the null state is turned on.

Seite 278

ParametersThe <value> parameter can take any value between -1.0E+15 and+1.0E+15. MIN = -1.0E+15 and MAX = +1.0E+15. The default value is 0.

Seite 279

RemarksTo use the null value, you will also need to turn on the null state with the[SENSe:]TEMPerature:NULL[:STATe] command.When using this command, i

Seite 280 - CONFigure:CURRent[:DC]

ParametersThe <value> parameter can take any value between -120% and +120% ofthe highest range for the present measurement function. MIN = -120%

Seite 281

Return FormatThe query command returns the null value in the form "+1.00000000E-02".

Seite 282

ExamplesThe following command sets the null value to -0.25.FRES:NULL:VAL -0.25The following query returns the null value.FRES:NULL:VAL?Typical Respons

Seite 283

See Also[SENSe:]TEMPerature:NULL[:STATe]

Seite 284

[SENSe:]TEMPerature:TRANsducer:TYPESyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 285

Syntax[SENSe:]TEMPerature:TRANsducer:TYPE <probe_type>[SENSe:]TEMPerature:TRANsducer:TYPE?

Seite 286

DescriptionThis command selects the transducer probe type to use for temperaturemeasurements.

Seite 287 - CONFigure:DIODe

ParametersName Type Range of ValuesDefaultValue<probe_type> Discrete{FRTD|RTD|FTHermistor|THERmistor}FRTD

Seite 288

RemarksThe instrument selects "FRTD" (4-wire RTD) as the probe type after aFactory Reset (*RST command) or an Instrument Preset (SYSTem:PRES

Seite 289

Return FormatThe query command returns "FRTD", "RTD", "FTH", or "THER".

Seite 290

ExamplesThe following command selects the RTD probe type.TEMP:TRAN:TYPE RTDThe following query returns the probe selection.TEMP:TRAN:TYPE?Typical Resp

Seite 291

RemarksIf you use the individual (null per function) null commands found in the[SENSe:] subsystem, it is recommended that you not use this function,an

Seite 292

See AlsoCONFigure:TEMPeratureMEASure:TEMPerature?

Seite 293 - CONFigure:FREQuency

[SENSe:]TEMPerature:ZERO:AUTOSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 294

Syntax[SENSe:]TEMPerature:ZERO:AUTO <mode>[SENSe:]TEMPerature:ZERO:AUTO?

Seite 295

DescriptionThis command disables or enables the autozero mode for temperaturemeasurements.When autozero is ON (default), the instrument internally dis

Seite 296

ParametersName Type Range of ValuesDefaultValue<mode> Discrete {OFF|0|ON|1|ONCE}AutozeroON

Seite 297

RemarksAutozero ONCE issues an immediate zero measurement, and then setsautozero to OFF.The autozero mode is set indirectly when you set the resolutio

Seite 298

Return FormatThe query command returns "0" (OFF or ONCE) or "1" (ON).

Seite 299

ExamplesThe following command disables autozero. With autozero disabled, a newzero measurement is not issued until the next configuration change(funct

Seite 300 - CONFigure:FRESistance

See AlsoCONFigure:TEMPerature

Seite 301

[SENSe:]TEMPerature:TRANsducer:FRTD:OCOMpensatedSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 302

Return FormatThe query command returns the null value in the form "+1.00000000E-02".

Seite 303

Syntax[SENSe:]TEMPerature:TRANsducer:FRTD:OCOMpensated <mode>[SENSe:]TEMPerature:TRANsducer:FRTD:OCOMpensated?

Seite 304

DescriptionThis command enables or disables offset compensation for temperaturemeasurements. Offset compensation removes the effects of small dcvoltag

Seite 305

ParametersName Type Range of Values Default Value<mode> Boolean {OFF|0|ON|1} OFF|0

Seite 306

RemarksAffects both 2-wire and 4-wire RTD measurements.The instrument disables offset compensation after a Factory Reset (*RSTcommand) or an Instrumen

Seite 307 - CONFigure:PERiod

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 308

ExamplesThe following command enables offset compensation.TEMP:TRAN:FRTD:OCOM ONThe following query returns the offset compensation setting.TEMP:TRAN:

Seite 309

See AlsoCONFigure:TEMPerature

Seite 310

[SENSe:]TEMPerature:TRANsducer:FRTD:RESistance[:REFerence]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 311

Syntax[SENSe:]TEMPerature:TRANsducer:FRTD:RESistance[:REFerence]{<reference>|MIN|MAX|DEF}[SENSe:]TEMPerature:TRANsducer:FRTD:RESistance[:REFeren

Seite 312

DescriptionThe resistance of an RTD is nominal at 0 °C and is referred to as Ro. Thiscommand selects the nominal resistance (Ro) for 4-wire RTD measur

Seite 313

ExamplesThe following command sets the null value to -0.25.CALC:NULL:OFFS -0.25The following query returns the null value.CALC:NULL:OFFS?Typical Respo

Seite 314 - CONFigure:RESistance

ParametersName Type Range of ValuesDefaultValue<reference> NumericAny value between49Ω and 2.1 kΩ.MIN = 49Ω,MAX = 2.1 kΩThis is arequiredparamet

Seite 315

RemarksAffects both 2-wire and 4-wire RTD measurements.The instrument sets the nominal resistance to 100Ω after a Factory Reset(*RST command) or an In

Seite 316

Return FormatThe query command returns the nominal resistance setting in ohms.

Seite 317

ExamplesThe following command sets Ro to 1000Ω.TEMP:TRAN:FRTD:RES 1000The following query returns the Ro setting.TEMP:TRAN:FRTD:RES?Typical Response:

Seite 318

See AlsoCONFigure:TEMPerature[SENSe:]TEMPerature:TRANsducer:FRTD:TYPE

Seite 319

[SENSe:]TEMPerature:TRANsducer:FRTD:TYPESyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 320

Syntax[SENSe:]TEMPerature:TRANsducer:FRTD:TYPE <type>[SENSe:]TEMPerature:TRANsducer:FRTD:TYPE?

Seite 321 - CONFigure:TEMPerature

DescriptionThis command selects the RTD type for temperature measurements.

Seite 322

ParametersName Type Range of Values Default Value<type> Discrete {85} 85

Seite 323

RemarksAffects both 2-wire and 4-wire RTD measurements.Only Type 85 RTDs are suppported for RTD temperature measurements.The instrument supports RTDs

Seite 324

See AlsoCALCulate:STATe

Seite 325

Return FormatThe query command returns "+85" (the only type supported).

Seite 326

ExamplesThe following command selects a Type 85 RTD.TEMP:TRAN:FRTD:TYPE 85The following query returns the RTD type selection.TEMP:TRAN:FRTD:TYPE?Typic

Seite 327

See AlsoCONFigure:TEMPeratureMEASure:TEMPerature?[SENSe:]TEMPerature:TRANsducer:FRTD:RESistance

Seite 328 - CONFigure[:VOLTage]:AC

[SENSe:]TEMPerature:TRANsducer:RTD:OCOMpensatedSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 329

Syntax[SENSe:]TEMPerature:TRANsducer:RTD:OCOMpensated <mode>[SENSe:]TEMPerature:TRANsducer:RTD:OCOMpensated?

Seite 330

DescriptionThis command enables or disables offset compensation for temperaturemeasurements. Offset compensation removes the effects of small dcvoltag

Seite 331

ParametersName Type Range of ValuesDefaultValue<mode> Boolean {OFF|0|ON|1} OFF|0

Seite 332

RemarksAffects both 2-wire and 4-wire RTD measurements.The instrument disables offset compensation after a Factory Reset (*RSTcommand) or an Instrumen

Seite 333

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 334

ExamplesThe following command enables offset compensation.TEMP:TRAN:RTD:OCOM ONThe following query returns the offset compensation setting.TEMP:TRAN:R

Seite 335 - CONFigure[:VOLTage][:DC]

Introduction to the SCPI LanguageSCPI (Standard Commands for Programmable Instruments) is an ASCII-basedinstrument command language designed for test

Seite 336

CALCulate:AVERage:AVERage?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 337

See AlsoCONFigure:TEMPerature

Seite 338

[SENSe:]TEMPerature:TRANsducer:RTD:RESistance[:REFerence]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 339

Syntax[SENSe:]TEMPerature:TRANsducer:RTD:RESistance[:REFerence]{<reference>|MIN|MAX|DEF}[SENSe:]TEMPerature:TRANsducer:RTD:RESistance[:REFerence

Seite 340

DescriptionThe resistance of an RTD is nominal at 0 °C and is referred to as Ro. Thiscommand selects the nominal resistance (Ro) for 2-wire RTD measur

Seite 341

ParametersName Type Range of ValuesDefaultValue<reference> NumericAny value between49Ω and 2.1 kΩ.MIN = 49Ω,MAX = 2.1 kΩThis is arequiredparamet

Seite 342 - CONFigure?

RemarksAffects both 2-wire and 4-wire RTD measurements.The instrument sets the nominal resistance to 100Ω after a Factory Reset(*RST command) or an In

Seite 343

Return FormatThe query command returns the nominal resistance setting in ohms.

Seite 344

ExamplesThe following command sets Ro to 1000Ω.TEMP:TRAN:RTD:RES 1000The following query returns the Ro setting.TEMP:TRAN:RTD:RES?Typical Response: +

Seite 345

See AlsoCONFigure:TEMPeratureMEASure:TEMPerature?

Seite 346

[SENSe:]TEMPerature:TRANsducer:RTD:TYPESyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 347

SyntaxCALCulate:AVERage:AVERage?

Seite 348

Syntax[SENSe:]TEMPerature:TRANsducer:RTD:TYPE <type>[SENSe:]TEMPerature:TRANsducer:RTD:TYPE?

Seite 349 - DATA Subsystem Introduction

DescriptionThis command selects the RTD type for temperature measurements.

Seite 350

ParametersName Type Range of Values Default Value<type> Discrete {85} 85

Seite 351 - DATA:COPY

RemarksAffects both 2-wire and 4-wire RTD measurements.Only Type 85 RTDs are suppported for RTD temperature measurements.The instrument supports RTDs

Seite 352 - DATA:COPY NVMEM, RDG_STORE

Return FormatThe query command returns "+85" (the only type supported).

Seite 353

ExamplesThe following command selects a Type 85 RTD.TEMP:TRAN:RTD:TYPE 85The following query returns the RTD type selection.TEMP:TRAN:RTD:TYPE?Typical

Seite 354

See AlsoCONFigure:TEMPerature[SENSe:]TEMPerature:TRANsducer:FRTD:TYPE[SENSe:]TEMPerature:TRANsducer:RTD:RESistance

Seite 355

[SENSe:]TEMPerature:TRANsducer:THERmistor:TYPESyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 356

Syntax[SENSe:]TEMPerature:TRANsducer:THERmistor:TYPE <type>[SENSe:]TEMPerature:TRANsducer:THERmistor:TYPE?

Seite 357 - DATA:DATA?

DescriptionThis command selects the thermistor type for 2-wire temperaturemeasurements.

Seite 358 - DATA:DATA? NVMEM

DescriptionThis command returns the mathematical average (mean) of all readingstaken since statistics were enabled.

Seite 359

ParametersName Type Range of Values Default Value<type> Discrete {2252|5000|10000} 5000

Seite 360 - 50,000 readings

RemarksAffects both 2-wire and 4-wire RTD measurements.The instrument supports standard 2252 Ω, 5 kΩ, and 10 kΩ thermistors.The instrument sets the th

Seite 361

Return FormatThe query command returns "+2252", "+5000", or "+10000".

Seite 362

ExamplesThe following command selects a 10 kΩ thermistor.TEMP:TRAN:THER:TYPE 10000The following query returns the thermistor type selection.TEMP:TRAN:

Seite 363 - DATA:DELete

See AlsoCONFigure:TEMPerature

Seite 364 - DATA:DELete NVMEM

[SENSe:]TEMPerature:TRANsducer:FTHermistor:TYPESyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 365

Syntax[SENSe:]TEMPerature:TRANsducer:FTHermistor:TYPE <type>[SENSe:]TEMPerature:TRANsducer:FTHermistor:TYPE?

Seite 366

DescriptionThis command selects the thermistor type for 4-wire temperaturemeasurements.

Seite 367

ParametersName Type Range of ValuesDefaultValue<type> Discrete {2252|5000|10000|MIN|MAX} 5000

Seite 368

RemarksAffects both 2-wire and 4-wire RTD measurements.The instrument supports standard 2252 Ω, 5 kΩ, and 10 kΩ thermistors.The instrument sets the th

Seite 369 - DATA:LAST?

RemarksYou can read the statistical values at any time.The instrument clears the stored statistical data when statistics areenabled, when the CALCulat

Seite 370

Return FormatThe query command returns "+2252", "+5000", or "+10000".

Seite 371

ExamplesThe following command selects a 10 kΩ thermistor.TEMP:TRAN:FTH:TYPE 10000The following query returns the thermistor type selection.TEMP:TRAN:F

Seite 372

See AlsoCONFigure:TEMPerature

Seite 373

[SENSe:]VOLTage:AC:BANDwidthSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 374

Syntax[SENSe:]VOLTage:AC:BANDwidth {<filter>|MIN|MAX|DEF}[SENSe:]VOLTage:AC:BANDwidth? [{MIN|MAX}]

Seite 375

DescriptionThis command sets the bandwidth for ac voltage measurements. Theinstrument uses three different ac filters for ac voltage measurements. The

Seite 376 - DATA:POINts:EVENt:THReshold

ParametersName Type Range of Values Default Value<filter> Discrete{3|20|200}MIN = 3 Hz (slow), MAX = 200 Hz(fast)This is a requiredparameterDEF

Seite 377 - DATA:POINts:EVENt:THReshold?

RemarksThe <filter> parameter takes on one of three discrete values: 3, 20, or200. However, you can enter the lowest expected frequency that you

Seite 378

Return FormatThe query command returns "3.0000000" (slow), "2.0000000E+1"(medium), or "2.0000000E+2" (fast).

Seite 379

ExamplesThe following command selects the slow filter (3 Hz).VOLT:AC:BAND 3The following query returns the ac filter setting.VOLT:AC:BAND?Typical Resp

Seite 380

Return FormatThe command returns the average of the readings taken, or "0" if no data isavailable.

Seite 381

See AlsoCONFigure[:VOLTage]:AC

Seite 382

[SENSe:]VOLTage:AC:NULL[:STATe]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 383

Syntax[SENSe:]VOLTage:AC:NULL[:STATe] {ON|OFF}[SENSe:]VOLTage:AC:NULL[:STATe]?

Seite 384 - DATA:POINts?

DescriptionThis command turns the null function on or off for ac voltage measurements.

Seite 385

RemarksUse the [SENSe:]VOLTage:AC:NULL:VALue command to set the null value.The CONFigure[:VOLTage]:AC and MEASure[:VOLTage]:AC? commandsturn off the n

Seite 386

Return FormatThe query command returns the null state, either "1" (ON), or "0" (OFF).

Seite 387

ExamplesThe following command turns the null function off.VOLT:AC:NULL:STAT OFFThe following query returns the null state.VOLT:AC:NULL:STAT?Typical Re

Seite 388

See Also[SENSe:]VOLTage:AC:NULL:VALueCONFigure[:VOLTage]:ACMEASure[:VOLTage]:AC?

Seite 389 - Typical Response: +215

[SENSe:]VOLTage:AC:NULL:VALueSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 390

Syntax[SENSe:]VOLTage:AC:NULL:VALue {<value>|MIN|MAX}[SENSe:]VOLTage:AC:NULL:VALue? [{MIN|MAX}]

Seite 391 - DATA:REMove?

ExampleThe following query returns the average of the readings taken.CALC:AVER:AVER?Typical Response: +2.61920000E+01

Seite 392

DescriptionThis command stores a null value for ac voltage measurements. The nullvalue is subtracted from each sample if the null state is turned on.

Seite 393

ParametersThe <value> parameter can take any value between -120% and +120% ofthe highest range for the present function. MIN = -120% of the high

Seite 394

RemarksTo use the null value, you will also need to turn on the null state with the[SENSe:]VOLTage:AC:NULL[:STATe] command.When using this command, it

Seite 395

Return FormatThe query command returns the null value in the form "+1.00000000E-02".

Seite 396

ExamplesThe following command sets the null value to -0.25.VOLT:AC:NULL:VAL -0.25The following query returns the null value.VOLT:AC:NULL:VAL?Typical R

Seite 397 - DATA:REM? 3

See Also[SENSe:]VOLTage:AC:NULL[:STATe]

Seite 398

[SENSe:]VOLTage:AC:PEAK:STATeSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 399

Syntax[SENSe:]VOLTage:AC:PEAK:STATe {ON|OFF}[SENSe:]VOLTage:AC:PEAK:STATe?

Seite 400

DescriptionThis command (when STATe= ON) configures the ac voltage measurementfunction to also produce peak-to-peak measurements, which may beretrieve

Seite 401 - DISPlay[:WINDow[1

RemarksUse the FETCh:VOLTage:AC:PTPeak? command to retrieve the peakvoltage data.A Factory Reset (*RST command) or an Instrument Preset(SYSTem:PRESet

Seite 402

See AlsoCALCulate:AVERage:CLEarCALCulate:AVERage:COUNt?CALCulate:FUNCtionCALCulate:STATe

Seite 403

Return FormatThe query command returns the state, either "1" (ON), or "0" (OFF).

Seite 404

ExamplesThe following command turns the peak voltage function on.VOLT:AC:PEAK:STAT ONThe following query returns the state.VOLT:AC:PEAK:STAT?Typical R

Seite 405

See AlsoFETCh:VOLTage:AC:PTPeak?

Seite 406

[SENSe:]VOLTage:AC:RANGe:AUTOSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 407

Syntax[SENSe:]VOLTage:AC:RANGe:AUTO <mode>[SENSe:]VOLTage:AC:RANGe:AUTO?

Seite 408

DescriptionThis command disables or enables autoranging for ac voltagemeasurements. Autoranging is convenient because the instrumentautomatically sele

Seite 409

ParametersName Type Range of ValuesDefaultValue<mode> Boolean {OFF|0|ON|1|ONCE} AutorangeON

Seite 410

RemarksAutorange thresholds:Downrange at:<10% of rangeUp rangeat:>120% of rangeWith autoranging enabled, the instrument selects the appropriate

Seite 411

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 412

ExamplesThe following command disables autoranging.VOLT:AC:RANG:AUTO OFFThe following query returns the autoranging setting.VOLT:AC:RANG:AUTO?Typical

Seite 413

CALCulate:AVERage:CLEarSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 414

See AlsoCONFigure[:VOLTage]:AC[SENSe:]VOLTage:AC:RANGe

Seite 415

[SENSe:]VOLTage:AC:RANGe[:UPPer]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 416

Syntax[SENSe:]VOLTage:AC:RANGe[:UPPer] {<range>|MIN|MAX|DEF}[SENSe:]VOLTage:AC:RANGe[:UPPer]? [{MIN|MAX}]

Seite 417

DescriptionThis command selects the measurement range for ac voltage measurements.The maximum range parameter is 1000 V, which is set byMAX. However,

Seite 418

ParametersName Type Range of Values Default Value<range> DiscreteDesired range involts:100 mV (MIN)1 V10 V100 V1000 V (MAX)This is arequiredpara

Seite 419

RemarksSelecting a discrete range will disable autoranging.If the input signal is greater than can be measured on the selected range(manual ranging),

Seite 420

Return FormatThe query command returns the range in the form "+1.00000000E+01".

Seite 421

ExamplesThe following command selects the 10 volt range.VOLT:AC:RANG 10The following query returns the range selected.VOLT:AC:RANG?Typical Response:

Seite 422

See AlsoCONFigure[:VOLTage]:AC[SENSe:]VOLTage:AC:RANGe:AUTO

Seite 423 - DISPlay:WINDow2:TEXT:FEED

[SENSe:]VOLTage[:DC]:APERtureSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 424 - DISPlay:WINDow2:TEXT:FEED?

SyntaxCALCulate:AVERage:CLEar

Seite 425

Syntax[SENSe:]VOLTage[:DC]:APERture {<seconds>|MIN|MAX|DEF}[SENSe:]VOLTage[:DC]:APERture? [{MIN|MAX}]

Seite 426

DescriptionThis command selects the integration time in seconds (called aperture time)for dc voltage measurements.You should use this command only whe

Seite 427

ParametersName Type Range of Values*DefaultValue<seconds> NumericDesired aperture timein seconds:34410A: ~100 µs to~1 s (with ~20 µsresolution)

Seite 428

RemarksDue to internal quantization, the actual aperture that you set may beslightly different than your specified value. The increment is approximate

Seite 429

Return FormatThe query command returns the aperture time in the form "+1.00000000E-01".

Seite 430

ExamplesThe following command sets the aperture time to 300 ms.VOLT:DC:APER 300E-03The following query returns the aperture time selected.VOLT:DC:APER

Seite 431

See AlsoCONFigure[:VOLTage][:DC][SENSe:]VOLTage[:DC]:APERture:ENABled

Seite 432 - FETCh Subsystem Introduction

[SENSe:]VOLTage[:DC]:APERture:ENABledSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 433

Syntax[SENSe:]VOLTage[:DC]:APERture:ENABled {ON|OFF}[SENSe:]VOLTage[:DC]:APERture:ENABled?

Seite 434

DescriptionThis command queries whether an aperture time is enabled or disabled fordc voltage measurements.

Seite 435

DescriptionThis command clears all values from the statistics register.

Seite 436

RemarksThe CONFigure[:VOLTage][:DC], MEASure[:VOLTage][:DC]?,[SENSe:]VOLTage[:DC]:NPLC, and [SENSe:]VOLTage[:DC]:RESolutioncommands disable the apertu

Seite 437

Return FormatThe query command returns "0" if the aperture time mode is disabled or "1"if the aperture time mode is enabled.

Seite 438

ExampleThe following command returns the state of the aperture time mode.VOLT:DC:APER:ENAB?Typical Response: 1

Seite 439

See AlsoCONFigure[:VOLTage][:DC][SENSe:]VOLTage[:DC]:APERture

Seite 440 - FETCh:CURRent:AC:PTPeak?

[SENSe:]VOLTage[:DC]:IMPedance:AUTOSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 441

Syntax[SENSe:]VOLTage[:DC]:IMPedance:AUTO {OFF|0|ON|1}[SENSe:]VOLTage[:DC]:IMPedance:AUTO?

Seite 442

DescriptionThis command disables or enables the automatic input impedance mode fordc voltage measurements. Normally, the instrument's input resis

Seite 443

RemarksThis command affects dc voltage measurements only.With "AUTO OFF" (default), the input impedance for dc voltagemeasurements is fixed

Seite 444

Return FormatThe query returns the current state of the automatic input impedance mode:"0" (OFF) or "1" (ON).

Seite 445

ExampleThe following command disables the automatic input impedance mode. All dcvoltage measurements are made with a fixed, 10 MΩ input impedance.VOLT

Seite 446

Syntax ConventionsThe format used to show commands is illustrated below:VOLTage:DC:RANGe {<range>|MIN|MAX|DEF}The command syntax shows most comm

Seite 447

RemarksThis command clears the minimum, maximum, average, count, andstandard deviation values (but no readings are cleared from memory).The instrument

Seite 448

See AlsoCONFigure[:VOLTage][:DC]

Seite 449

[SENSe:]VOLTage[:DC]:NPLCSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 450

Syntax[SENSe:]VOLTage[:DC]:NPLC {<PLCs>|MIN|MAX|DEF}[SENSe:]VOLTage[:DC]:NPLC? [{MIN|MAX}]

Seite 451

DescriptionThis command sets the integration time in number of power line cycles(PLCs) for dc voltage measurements. Integration time affects themeasur

Seite 452

ParametersName Type Range of Values*DefaultValue<PLCs> Discrete34410A: {0.006|0.02|0.06|0.2|1|2|10|100}MIN = 0.006 PLC, MAX = 100 PLC34411A/L4

Seite 453

RemarksSelecting an integration time with this command changes any aperture setwith the [SENSe:]VOLTage[:DC]:APERture command.Only those integration t

Seite 454

(*RST command) or an Instrument Preset (SYSTem:PRESet command).

Seite 455

Return FormatThe query command returns the integration time in the form"+1.00000000E+00".

Seite 456

ExamplesThe following command set the integration time to 0.2 PLCs.VOLT:DC:NPLC 0.2The following query returns the integration time setting.VOLT:DC:NP

Seite 457

See AlsoCONFigure[:VOLTage][:DC]

Seite 458

Return FormatThis command has no query form.

Seite 459

[SENSe:]VOLTage[:DC]:NULL[:STATe]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 460

Syntax[SENSe:]VOLTage[:DC]:NULL[:STATe] {ON|OFF}[SENSe:]VOLTage[:DC]:NULL[:STATe]?

Seite 461 - FETCh:CURRent[:DC]:PTPeak?

DescriptionThis command turns the null function on or off for dc voltage measurements.

Seite 462

RemarksUse the [SENSe:]VOLTage[:DC]:NULL:VALue command to set the nullvalue.The CONFigure[:VOLTage][:DC] and MEASure[:VOLTage][:DC]?commands turn off

Seite 463

Return FormatThe query command returns the null state, either "1" (ON), or "0" (OFF).

Seite 464

ExamplesThe following command turns the null function off.VOLT:DC:NULL:STAT OFFThe following query returns the null state.VOLT:DC:NULL:STAT?Typical Re

Seite 465

See Also[SENSe:]VOLTage[:DC]:NULL:VALueCONFigure[:VOLTage][:DC]MEASure[:VOLTage][:DC]?

Seite 466

[SENSe:]VOLTage[:DC]:NULL:VALueSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 467

Syntax[SENSe:]VOLTage[:DC]:NULL:VALue {<value>|MIN|MAX}[SENSe:]VOLTage[:DC]:NULL:VALue? [{MIN|MAX}]

Seite 468 - FETCh:VOLTage:AC:PTPeak?

DescriptionThis command stores a null value for dc voltage measurements. The nullvalue is subtracted from each sample if the null state is turned on.

Seite 469

ExampleThe following command clears the stored statistical data.CALC:AVER:CLE

Seite 470

ParametersThe <value> parameter can take any value between -120% and +120% ofthe highest range for the present function. MIN = -120% of the high

Seite 471

RemarksTo use the null value, you will also need to turn on the null state with the[SENSe:]VOLTage[:DC]:NULL[:STATe] command.When using this command,

Seite 472

Return FormatThe query command returns the null value in the form "+1.00000000E-02".

Seite 473

ExamplesThe following command sets the null value to -0.25.VOLT:DC:NULL:VAL -0.25The following query returns the null value.VOLT:DC:NULL:VAL?Typical R

Seite 474

See Also[SENSe:]VOLTage[:DC]:NULL[:STATe]

Seite 475

[SENSe:]VOLTage[:DC]:PEAK:STATeSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 476

Syntax[SENSe:]VOLTage[:DC]:PEAK:STATe {ON|OFF}[SENSe:]VOLTage[:DC]:PEAK:STATe?

Seite 477

DescriptionThis command (when STATe= ON) configures the dc voltage measurementfunction to also produce peak measurements, which may be retrievedsepara

Seite 478

RemarksUse the FETCh:VOLTage:AC:PTPeak? command to retrieve the peakvoltage data.A Factory Reset (*RST command) or an Instrument Preset(SYSTem:PRESet

Seite 479

Return FormatThe query command returns the state, either "1" (ON), or "0" (OFF).

Seite 480

See AlsoCALCulate:AVERage:AVERage?CALCulate:AVERage:COUNt?CALCulate:AVERage:MAXimum?CALCulate:AVERage:MINimum?CALCulate:AVERage:PTPeak?CALCulate:AVERa

Seite 481

ExamplesThe following command turns the peak voltage function on.VOLT:DC:PEAK:STAT ONThe following query returns the state.VOLT:DC:PEAK:STAT?Typical R

Seite 482

See AlsoFETCh:VOLTage:AC:PTPeak?

Seite 483

[SENSe:]VOLTage[:DC]:RANGe:AUTOSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 484

Syntax[SENSe:]VOLTage[:DC]:RANGe:AUTO <mode>[SENSe:]VOLTage[:DC]:RANGe:AUTO?

Seite 485

DescriptionThis command disables or enables autoranging for dc voltagemeasurements. Autoranging is convenient because the instrumentautomatically sele

Seite 486

ParametersName Type Range of ValuesDefaultValue<mode> Boolean {OFF|0|ON|1|ONCE} Autorange ON

Seite 487

RemarksAutorange thresholds:Downrange at:<10% of rangeUp rangeat:>120% of rangeWith autoranging enabled, the instrument selects the appropriate

Seite 488

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 489 - FETCh:VOLTage[:DC]:PTPeak?

ExamplesThe following command disables autoranging.VOLT:DC:RANG:AUTO OFFThe following query returns the autoranging setting.VOLT:DC:RANG:AUTO?Typical

Seite 490

See AlsoCONFigure[:VOLTage][:DC][SENSe:]VOLTage[:DC]:RANGe

Seite 491

CALCulate:AVERage:COUNt?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 492

[SENSe:]VOLTage[:DC]:RANGe[:UPPer]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 493

Syntax[SENSe:]VOLTage[:DC]:RANGe[:UPPer] {<range>|MIN|MAX|DEF}[SENSe:]VOLTage[:DC]:RANGe[:UPPer]? [{MIN|MAX}]

Seite 494

DescriptionThis command selects the measurement range for dc voltage measurements.

Seite 495

ParametersName Type Range of Values Default Value<range> DiscreteDesired range involts:100 mV (MIN)1 V10 V100 V1000 V (MAX)This is arequiredpara

Seite 496 - FORMat Subsystem Introduction

RemarksSelecting a discrete range will disable autoranging.If the input signal is greater than can be measured on the selected range(manual ranging),

Seite 497 - FORMat:BORDer

Return FormatThe query command returns the range in the form "+1.00000000E+01".

Seite 498 - FORMat:BORDer?

ExamplesThe following command selects the 10 volt range.VOLT:DC:RANG 10The following query returns the range selected.VOLT:DC:RANG?Typical Response:

Seite 499

See AlsoCONFigure[:VOLTage][:DC][SENSe:]VOLTage[:DC]:RANGe:AUTO

Seite 500

[SENSe:]VOLTage[:DC]:RESolutionSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 501

Syntax[SENSe:]VOLTage[:DC]:RESolution {<resolution>|MIN|MAX|DEF}[SENSe:]VOLTage[:DC]:RESolution? [{MIN|MAX}]

Seite 502

SyntaxCALCulate:AVERage:COUNt?

Seite 503

DescriptionThis command selects the measurement resolution for dc voltagemeasurements. Specify the resolution in the same units as the selectedmeasure

Seite 504 - FORMat[:DATA]

ParametersName Type Range of Values Default Value<resolution> NumericDesired resolutionin volts (see ResolutionTable).0.3 ppm xRange (1 PLC)

Seite 505 - FORMat[:DATA]?

RemarksSetting the resolution with this command changes any aperture set withthe [SENSe:]VOLTage[:DC]:APERture command.For the <resolution> para

Seite 506

Return FormatThe query command returns the resolution in the form "+1.00000000E-03".

Seite 507

ExamplesThe following command sets the measurement resolution to 1 mV.VOLT:DC:RES 1E-03The following query returns the resolution selected.VOLT:DC:RES

Seite 508

See AlsoCONFigure[:VOLTage][:DC]

Seite 509

[SENSe:]VOLTage[:DC]:ZERO:AUTOSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 510

Syntax[SENSe:]VOLTage[:DC]:ZERO:AUTO <mode>[SENSe:]VOLTage[:DC]:ZERO:AUTO?

Seite 511

DescriptionThis command disables or enables the autozero mode for dc voltagemeasurements.When autozero is ON (default), the instrument internally disc

Seite 512

ParametersName Type Range of ValuesDefaultValue<mode> Discrete {OFF|0|ON|1|ONCE}This is arequiredparameter

Seite 513

DescriptionThis command returns the number of readings taken since statistics wereenabled.

Seite 514

RemarksAutozero ONCE issues an immediate zero measurement, and then setsautozero to OFF.The autozero mode is set indirectly when you set the resolutio

Seite 515

Return FormatThe query command returns "0" (OFF or ONCE) or "1" (ON).

Seite 516

ExamplesThe following command disables autozero. With autozero disabled, a newzero measurement is not issued until the next configuration change(funct

Seite 517

See AlsoCONFigure[:VOLTage][:DC]

Seite 518

STATus Subsystem IntroductionAgilent 34410A/11A/L4411A Status System Diagram Printable PDF Version

Seite 519 - *ESE <enable_value>

Command Summary *ESE*ESE?*ESR?*PSC*PSC?*SRE*SRE?*STB?STATus:OPERation:CONDition?STATus:OPERation:ENABleSTATus:OPERation:ENABle?STATus:OPERation[:EVEN

Seite 520

STATus:OPERation:CONDition?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 521

SyntaxSTATus:OPERation:CONDition?

Seite 522

DescriptionThis command queries the condition register for the Standard OperationRegister group. This is a read-only register and the bits are not cle

Seite 523

RemarksThe condition register bits reflect the current condition. If a condition goesaway, the corresponding bit is cleared in the condition register.

Seite 524

RemarksYou can read the statistical values at any time.The instrument clears the stored statistical data when statistics areenabled, when an INITiate

Seite 525

11-15Not Used Not Used "0" is returned.

Seite 526

Return FormatThe command reads the condition register and returns a decimal valuewhich corresponds to the binary-weighted sum of all bits set in the r

Seite 527

ExampleThe following command reads the condition register (bit 5 is set).STAT:OPER:COND?Typical Response: +32

Seite 528

See AlsoSTATus:OPERation:ENABleSTATus:OPERation[:EVENt]?

Seite 529

STATus:OPERation:ENABleSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 530

SyntaxSTATus:OPERation:ENABle <enable_value>STATus:OPERation:ENABle?

Seite 531

DescriptionThis command enables bits in the enable register for the Standard OperationRegister group. The selected bits are then reported to the Statu

Seite 532

ParametersName Type Range of Values Default Value<enable_value> NumericA decimal valuewhich correspondsto the binary-weighted sum ofthe bits in

Seite 533 - Typical Response: +24

RemarksThe following table lists the bit definitions for the Standard OperationRegister. Bit NumberDecimalValueDefinition0Calibration inProg

Seite 534

Use the <enable_value> parameter to specify which bits will be reportedto the Status Byte. The decimal value specified corresponds to the binary

Seite 535

Return FormatThe command returns the count since statistics were enabled. If no data isavailable , "0" is returned.

Seite 536

Return FormatThe query command reads the enable register and returns a decimal valuewhich corresponds to the binary-weighted sum of all bits set in th

Seite 537

ExamplesThe following command enables bit 5 (decimal value = 32) in the enableregister.STAT:OPER:ENAB 32The following query returns which bits are ena

Seite 538

See AlsoSTATus:OPERation:CONDition?STATus:OPERation[:EVENt]?STATus:PRESet

Seite 539 - 1.00-01-1

STATus:OPERation[:EVENt]?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 540

SyntaxSTATus:OPERation[:EVENt]?

Seite 541

DescriptionThis command queries the event register for the Standard OperationRegister group. This is a read-only register and the bits are cleared whe

Seite 542

RemarksThe following table lists the bit definitions for the Standard OperationRegister. Bit NumberDecimalValueDefinition0Calibration inProg

Seite 543

Once a bit is set, it remains set until cleared by reading the event registeror the *CLS (clear status) command.The *RST, SYSTem:PRESet, STATus:PRESet

Seite 544

Return FormatThe command reads the event register and returns a decimal value whichcorresponds to the binary-weighted sum of all bits set in the regis

Seite 545

ExampleThe following command reads the event register (bit 9 is set).STAT:OPER?Typical Response: +512

Seite 546

ExampleThe following query returns the number of readings taken since statisticswere enabled.CALC:AVER:COUN?Typical Response: +2.0000000E+01

Seite 547

See AlsoSTATus:OPERation:ENABle

Seite 548

STATus:PRESetSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 549

SyntaxSTATus:PRESet

Seite 550

DescriptionThis command clears all bits in the Questionable Data enable register andthe Standard Operation enable register.

Seite 551

RemarksSee STATus Subsystem Introduction for an overview of the status system.

Seite 552

ExampleThe following command clears the enable register bits.STAT:PRES

Seite 553

See AlsoSTATus Subsystem Introduction

Seite 554

STATus:QUEStionable:CONDition?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 555

SyntaxSTATus:QUEStionable:CONDition?

Seite 556

DescriptionThis command queries the condition register for the Questionable DataRegister group. This is a read-only register and the bits are not clea

Seite 557

Command SeparatorsA colon ( : ) is used to separate a command keyword from a lower-levelkeyword. You must insert a blank space to separate a parameter

Seite 558

See AlsoCALCulate:AVERage:CLEarCALCulate:FUNCtionCALCulate:STATe

Seite 559

RemarksThe condition register bits reflect the current condition. If a condition goesaway, the corresponding bit is cleared in the condition register.

Seite 560

9 Overload 512 Read the EventRegister.10CapacitanceOverload/Underflow1024Only reported as event.Returns "0".Read the EventRegister.11 Lower

Seite 561 - *PSC {0

Return FormatThe command reads the condition register and returns a decimal valuewhich corresponds to the binary-weighted sum of all bits set in the r

Seite 562

ExampleThe following command reads the condition register (bit 12 is set).STAT:QUES:COND?Typical Response: +4096

Seite 563

See AlsoSTATus:QUEStionable:ENABleSTATus:QUEStionable[:EVENt]?

Seite 564

STATus:QUEStionable:ENABleSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 565

SyntaxSTATus:QUEStionable:ENABle <enable_value>STATus:QUEStionable:ENABle?

Seite 566

DescriptionThis command enables bits in the enable register for the Questionable DataRegister group. The selected bits are then reported to the Status

Seite 567 - *RCL {0

ParametersName Type Range of Values Default Value<enable_value> NumericA decimal valuewhich correspondsto the binary-weighted sum ofthe bits in

Seite 568

RemarksThe following table lists the bit definitions for the Questionable DataRegister. Bit NumberDecimalValueDefinition0 Voltage Overload 1

Seite 569

CALCulate:AVERage:MAXimum?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 570

12 Upper Limit Failed 4096 upper limit in limit test.13 Not Used Not Used "0" is returned.14 Memory Overflow 16384Reading memory is full.One

Seite 571

Return FormatThe query command reads the enable register and returns a decimal valuewhich corresponds to the binary-weighted sum of all bits set in th

Seite 572

ExamplesThe following command enables bit 9 (decimal value = 512) in the enableregister.STAT:QUES:ENAB 512The following query returns which bits are e

Seite 573

See AlsoSTATus:QUEStionable:CONDition?STATus:QUEStionable[:EVENt]?STATus:PRESet

Seite 574

STATus:QUEStionable[:EVENt]?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 575 - *SAV command)

SyntaxSTATus:QUEStionable[:EVENt]?

Seite 576

DescriptionThis command queries the event register for the Questionable Data Registergroup. This is a read-only register and the bits are cleared when

Seite 577

RemarksThe following table lists the bit definitions for the Questionable DataRegister. Bit NumberDecimalValueDefinition0 Voltage Overload 1

Seite 578

12 Upper Limit Failed 4096 upper limit in limit test.13 Not Used Not Used "0" is returned.14 Memory Overflow 16384Reading memory is full.One

Seite 579 - *SAV {0

Return FormatThe command reads the event register and returns a decimal value whichcorresponds to the binary-weighted sum of all bits set in the regis

Seite 580

SyntaxCALCulate:AVERage:MAXimum?

Seite 581

ExampleThe following command reads the event register (bit 10 is set).STAT:QUES?Typical Response: +1024

Seite 582

See AlsoSTATus:QUEStionable:CONDition?STATus:QUEStionable:ENABle?

Seite 583

SYSTem Subsystem IntroductionCommand Summary General Commands SYStem:BEEPer:STATe SYStem:BEEPer:STATe? SYSTem:BEEPer[:IMMediate] SYSTe

Seite 584

Remote Interface Configuration Commands SYSTem:COMMunicate:ENABle SYSTem:COMMunicate:ENABle? SYSTem:COMMunicate:GPIB[:SELF]:ADDRess SY

Seite 585 - *SRE <enable_value>

SYSTem:COMMunicate:LAN:MEDiasense? SYSTem:COMMunicate:LAN:NETBios SYSTem:COMMunicate:LAN:NETBios? SYSTem:COMMunicate:LAN:SMASk SY

Seite 586

SYSTem:COMMunicate:LAN:AUTOip[:STATe]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 587

SyntaxSYSTem:COMMunicate:LAN:AUTOip[:STATe] <mode>SYSTem:COMMunicate:LAN:AUTOip[:STATe]?

Seite 588

DescriptionThis command disables or enables use of the Auto-IP standard toautomatically assign an IP address to the 34410A/11A/L4411A when on anetwork

Seite 589

ParametersName Type Range of Values Default Value<mode> Boolean {OFF|0|ON|1}This is arequiredparameter

Seite 590

RemarksAuto-IP allocates IP addresses from the link-local address range(169.254.xxx.xxx).From the factory, the Auto-IP setting is enabled (ON).The Aut

Seite 591

DescriptionThis command returns the maximum value found since statistics wereenabled.

Seite 592

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 593

ExamplesThe following command disables Auto-IP.SYST:COMM:LAN:AUTOIP OFFThe following query returns the current Auto-IP setting.SYST:COMM:LAN:AUTOIP?Ty

Seite 594

See AlsoSYSTem:COMMunicate:LAN:DHCP

Seite 595

SYSTem:COMMunicate:LAN:BSTatus?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 596

SyntaxSYSTem:COMMunicate:LAN:BSTatus?

Seite 597

DescriptionThis command returns the instrument's LAN boot status.

Seite 598

RemarksThis command is used primarily as a troubleshooting tool to determinewhether the LAN interface started, and if so how.If the LAN interface is d

Seite 599 - Typical Response: +40

Return FormatThe command reads the instrument's LAN boot status and returns one of thefollowing strings.String Returned DescriptionLAN_NO_LINKNo

Seite 601

ExampleThe following query returns the instrument's LAN boot status. SYST:COMM:LAN:BST?Typical Response: LAN_DHCP

Seite 602

RemarksYou can read the statistical values at any time.The instrument clears the stored statistical data when statistics areenabled, when the CALCulat

Seite 603

See AlsoSYSTem:COMMunicate:LAN:DHCP

Seite 604

SYSTem:COMMunicate:LAN:CONTrol?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 605 - TRIG:SOUR BUS INIT

SyntaxSYSTem:COMMunicate:LAN:CONTrol?

Seite 606

DescriptionThis command reads the initial Control connection port number for Socketscommunications. The initial connection is used to send and receive

Seite 607

RemarksThe Control socket connection is used to send a Device Clear to theinstrument or to detect pending Service Request (SRQ) events.Always returns

Seite 608

Return FormatThe command returns the Control connection port number. If "0" isreturned, the interface does not support a Socket Control con

Seite 609

ExampleThe following query returns the Control connection port number. SYST:COMM:LAN:CONT?Typical Response: 5000

Seite 611

SYSTem:COMMunicate:LAN:DDNSSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 612

SyntaxSYSTem:COMMunicate:LAN:DDNS <mode>SYSTem:COMMunicate:LAN:DDNS?

Seite 613

Return FormatThe command returns the maximum of the readings taken, or "0" if no datais available.

Seite 614

DescriptionThis command turns Dynamic DNS on or off. Dynamic DNS registers theinstrument host name with the DNS server. Contact your networkadministra

Seite 615

ParametersName Type Range of Values Default Value<mode> Boolean {OFF|0|ON|1} DDNS ON

Seite 616

RemarksThe DNS address is stored in non-volatile memory, and does not changewhen power has been off, after a Factory Reset (*RST command), or afteran

Seite 617

Return FormatThe query command returns the current DDNS state: "0" or "1".

Seite 618

ExamplesThe following command turns on DDNS.SYST:COMM:LAN:DDNS ONThe following query returns the current DDNS state.SYST:COMM:LAN:DDNS?Typical Respons

Seite 619

See AlsoSYSTem:COMMunicate:LAN:HOSTname

Seite 620

SYSTem:COMMunicate:LAN:DHCPSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 621

SyntaxSYSTem:COMMunicate:LAN:DHCP <mode>SYSTem:COMMunicate:LAN:DHCP?

Seite 622

DescriptionThis command disables or enables use of the Dynamic Host ConfigurationProtocol (DHCP) for the 34410A/11A/L4411A.When DHCP is enabled (facto

Seite 623 - Using the MEASure? Command

ParametersName Type Range of Values Default Value<mode> Boolean {OFF|0|ON|1}This is arequiredparameter

Seite 624 - MEASure:CAPacitance?

ExampleThe following query returns the maximum value found.CALC:AVER:MAX?Typical Response: +1.37370000E+03

Seite 625

RemarksMost corporate LANs have a DHCP server.If a DHCP LAN address is not assigned by a DHCP server, then a static IPwill be assumed after approximat

Seite 626

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 627

ExamplesThe following command disables DHCP.SYST:COMM:LAN:DHCP OFFThe following query returns the current DHCP setting.SYST:COMM:LAN:DHCP?Typical Resp

Seite 628

See AlsoSYSTem:COMMunicate:LAN:BSTatus?SYSTem:COMMunicate:LAN:GATEwaySYSTem:COMMunicate:LAN:IPADdressSYSTem:COMMunicate:LAN:SMASk

Seite 629

SYSTem:COMMunicate:LAN:DNSSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 630

SyntaxSYSTem:COMMunicate:LAN:DNS "<address>"SYSTem:COMMunicate:LAN:DNS? [{CURRent|STATic}]

Seite 631

DescriptionThis command assigns the static DNS address (the IP address of the DomainName System server). Contact your network administrator to determi

Seite 632 - MEASure:CONTinuity?

ParametersName Type Range of ValuesDefaultValue<address>QuotedStringSpecified in four-bytedot notation("nnn.nnn.nnn.nnn"), where "

Seite 633

RemarksThe assigned DNS address is used for the DNS server if DHCP is disabled orunavailable. Otherwise, the DNS server address is auto-assigned by DH

Seite 634

Return FormatThe query command returns the current DNS address in the form"nnn.nnn.nnn.nnn".Note that the query command has two optional par

Seite 635

See AlsoCALCulate:AVERage:CLEarCALCulate:AVERage:COUNt?CALCulate:FUNCtionCALCulate:STATe

Seite 636

ExamplesThe following command sets the static DNS address.SYST:COMM:LAN:DNS "198.105.232.4"The following query returns the DNS address curre

Seite 637

See AlsoSYSTem:COMMunicate:LAN:HOSTname

Seite 638

SYSTem:COMMunicate:LAN:DOMainSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 639 - MEASure:CURRent:AC?

SyntaxSYSTem:COMMunicate:LAN:DOMain "<name>"SYSTem:COMMunicate:LAN:DOMain? [{CURRent|STATic}]

Seite 640

DescriptionThis command assigns a Domain Name to the 34410A/11A/L4411A. TheDomain Name is translated into an IP address.If you change the Domain Name,

Seite 641

ParametersName Type Range of ValuesDefaultValue<name>QuotedASCIIStringA string of up to 63characters. The firstcharacter must be aletter (A-Z),

Seite 642

RemarksIf Dynamic Domain Name System (DNS) is available on your network andyour instrument uses DHCP, the Domain Name is registered with theDynamic DN

Seite 643

Return FormatThe query command reads the Domain Name and returns an ASCII stringenclosed in double quotes. If a Domain Name has not been assigned, a n

Seite 644

ExamplesThe following command defines a Domain Name.SYST:COMM:LAN:DOM "example.com"The following query returns the Domain Name currently bei

Seite 645

See AlsoSYSTem:COMMunicate:LAN:DHCPSYSTem:COMMunicate:LAN:HOSTname

Seite 646

CALCulate:AVERage:MINimum?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 647 - MEASure:CURRent[:DC]?

SYSTem:COMMunicate:LAN:GATEwaySyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 648

SyntaxSYSTem:COMMunicate:LAN:GATEway "<address>"SYSTem:COMMunicate:LAN:GATEway? [{CURRent|STATic}]

Seite 649

DescriptionThis command assigns a Default Gateway for the 34410A/11A/L4411A. Thespecified IP Address sets the Default Gateway which allows the instrum

Seite 650

ParametersName Type Range of ValuesDefaultValue<address>QuotedStringSpecified in four-bytedot notation("nnn.nnn.nnn.nnn"),where "

Seite 651

RemarksIf DHCP is enabled (see SYSTem:COMMunicate:LAN:DHCP command), thespecified Default Gateway is not used. However, if the DHCP server fails toass

Seite 652

Return FormatThe query command returns the Default Gateway address in the form"nnn.nnn.nnn.nnn".Note that the query command has two optional

Seite 653

ExamplesThe following command sets the Default Gateway address.SYST:COMM:LAN:GATEWAY "255.255.20.11"The following query returns the Default

Seite 654

See AlsoSYSTem:COMMunicate:LAN:DHCPSYSTem:COMMunicate:LAN:IPADdressSYSTem:COMMunicate:LAN:SMASk

Seite 655 - MEASure:DIODe?

SYSTem:COMMunicate:LAN:HISTory?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 656

SyntaxSYSTem:COMMunicate:LAN:HISTory?

Seite 657

SyntaxCALCulate:AVERage:MINimum?

Seite 658

DescriptionThis command returns a record of all LAN session connections anddisconnections.

Seite 659

RemarksTo clear the LAN connection history queue, use theSYSTem:COMMunicate:LAN:HISTory:CLEar command.

Seite 660

Return FormatThe command returns the LAN connection history in Definite-Length Blockformat. The syntax is a pound sign (#) followed by a non-zero digi

Seite 661

ExampleThe following query returns the LAN connection history. SYST:COMM:LAN:HIST?Typical Response: #3135"169.254.149.35-1 VXI11 Connect"

Seite 662 - MEASure:FREQuency?

See AlsoSYSTem:COMMunicate:LAN:HISTory:CLEar

Seite 663

SYSTem:COMMunicate:LAN:HISTory:CLEarSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 664

SyntaxSYSTem:COMMunicate:LAN:HISTory:CLEar

Seite 665

DescriptionThis command clears the LAN connection history queue.

Seite 666

RemarksUse this command to clear the LAN connection history queue after readingit with the SYSTem:COMMunicate:LAN:HISTory? command.

Seite 667

ExampleThe following command clears the LAN connection history queue. SYST:COMM:LAN:HIST:CLE

Seite 668

Using the MIN, MAX, and DEF ParametersFor many commands, you can substitute "MIN" or "MAX" in place of aparameter. In some cases y

Seite 669

DescriptionThis command returns the minimum value found since statistics wereenabled.

Seite 670 - MEASure:FRESistance?

See AlsoSYSTem:COMMunicate:LAN:HISTory?

Seite 671

SYSTem:COMMunicate:LAN:HOSTnameSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 672

SyntaxSYSTem:COMMunicate:LAN:HOSTname "<name>"SYSTem:COMMunicate:LAN:HOSTname? [{CURRent|STATic}]

Seite 673

DescriptionThis command assigns a Host Name to the 34410A/11A/L4411A. The HostName is the host portion of the domain name, which is translated into an

Seite 674

ParametersName Type Range of Values Default Value<name>QuotedASCIIStringA string of up to 15characters. The firstcharacter must be aletter (A-Z)

Seite 675

RemarksIf Dynamic Domain Name System (DNS) is available on your network andyour instrument uses DHCP, the Host Name is registered with the DynamicDNS

Seite 676

Return FormatThe query command reads the Host Name and returns an ASCII stringenclosed in double quotes. If a Host Name has not been assigned, a nulls

Seite 677

ExamplesThe following command defines a Host Name.SYST:COMM:LAN:HOST "LAB1-34410A"The following query returns the Host Name currently being

Seite 678 - MEASure:PERiod?

See AlsoSYSTem:COMMunicate:LAN:DHCPSYSTem:COMMunicate:LAN:DOMain

Seite 679

SYSTem:COMMunicate:LAN:IPADdressSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 680

RemarksYou can read the statistical values at any time.The instrument clears the stored statistical data when statistics areenabled, when the CALCulat

Seite 681

SyntaxSYSTem:COMMunicate:LAN:IPADdress "<address>"SYSTem:COMMunicate:LAN:IPADdress? [{CURRent|STATic}]

Seite 682

DescriptionThis command assigns a static Internet Protocol (IP) Address for the34410A/11A/L4411A. Contact your network administrator for a valid IPadd

Seite 683

ParametersName Type Range of Values Default Value<address>QuotedStringSpecified in four-bytedot notation("nnn.nnn.nnn.nnn"), where &qu

Seite 684

RemarksIf DHCP is enabled (see SYSTem:COMMunicate:LAN:DHCP command), thespecified static IP address is not used. However, if the DHCP server fails toa

Seite 685

Return FormatThe query command returns the IP address in the form "nnn.nnn.nnn.nnn".Note that the query command has two optional parameters.

Seite 686 - MEASure:RESistance?

ExamplesThe following command sets the IP address.SYST:COMM:LAN:IPAD "255.255.25.14"The following query returns the IP address currently bei

Seite 687

See AlsoSYSTem:COMMunicate:LAN:DHCPSYSTem:COMMunicate:LAN:GATEwaySYSTem:COMMunicate:LAN:SMASk

Seite 688

SYSTem:COMMunicate:LAN:KEEPaliveSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 689

SyntaxSYSTem:COMMunicate:LAN:KEEPalive {<seconds>|MIN|MAX}SYSTem:COMMunicate:LAN:KEEPalive? [{MIN|MAX}]

Seite 690

DescriptionThis command sets the LAN keepalive timeout which specifies a number ofseconds to keep a LAN socket active. If there has been no activity o

Seite 691

Return FormatThe command returns the minimum value found, or "0" if no data isavailable.

Seite 692

ParametersName Type Range of ValuesDefaultValue<seconds> NumericDesired timeout inseconds between600 seconds and32,000,000seconds, or 0 (notimeo

Seite 693

RemarksIf you specify a value of "0", no timeout is set; the instrument will waitindefinitely and will not send any keepalive probes to the

Seite 694 - MEASure:TEMPerature?

Return FormatThe query command returns the current timeout in seconds.

Seite 695

ExamplesThe following command sets the timeout to 2,700 seconds (45 minutes).SYST:COMM:LAN:KEEP 2.7E+03The following query returns the timeout current

Seite 696

SYSTem:COMMunicate:LAN:LIPaddress?Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 697

SyntaxSYSTem:COMMunicate:LAN:LIPaddress?

Seite 698

DescriptionThis query returns the "last valid Auto IP address used."

Seite 699

Return FormatThe query returns the last valid Auto IP address in the form"nnn.nnn.nnn.nnn" (the quotes are also returned).

Seite 700

ExamplesThe following query returns the last valid Auto IP address used.SYST:COMM:LAN:LIP?Typical Response: "169.254.20.11"

Seite 701

See AlsoSYSTem:COMMunicate:LAN:AUTOip[:STATe]

Seite 702 - MEASure[:VOLTage]:AC?

ExampleThe following query returns the minimum value found.CALC:AVER:MIN?Typical Response: +4.27150000E-03

Seite 703

SYSTem:COMMunicate:LAN:MAC?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 704

SyntaxSYSTem:COMMunicate:LAN:MAC?

Seite 705

DescriptionThis command reads the 34410A/11A/L4411A's Media Access Control (MAC)address, also known as the link-layer address, the Ethernet (stat

Seite 706

RemarksThe instrument's MAC address is set at the factory and cannot be changed.The MAC address is stored in non-volatile memory, and does not ch

Seite 707

Return FormatThe command reads the MAC address and returns an ASCII string enclosedin double quotes. The MAC address is represented as 12 hexadecimalc

Seite 708

ExampleThe following query returns the MAC address (the quotes are also returned). SYST:COMM:LAN:MAC?Typical Response: "00-30-D3-00-10-41"

Seite 709

SYSTem:COMMunicate:LAN:MEDiasenseSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 710 - MEASure[:VOLTage][:DC]?

SyntaxSYSTem:COMMunicate:LAN:MEDiasense <mode>SYSTem:COMMunicate:LAN:MEDiasense?

Seite 711

DescriptionThis command disables or enables the mediasense feature.If you change the mediasense setting, you must cycle power on theinstrument to acti

Seite 712

ParametersName Type Range of Values Default Value<mode> Boolean {OFF|0|ON|1}MEDiasenseON

Seite 713

See AlsoCALCulate:AVERage:CLEarCALCulate:AVERage:COUNt?CALCulate:FUNCtionCALCulate:STATe

Seite 714

RemarksWhen MEDiasense is enabled, this feature detects a loss of LANconnectivity of greater than 20 seconds, and then, on sensing areconnection, re-s

Seite 715

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 716

ExamplesThe following command disables MEDiasense.SYST:COMM:LAN:MED OFFThe following query returns the current MEDiasense setting.SYST:COMM:LAN:MED?Ty

Seite 717

SYSTem:COMMunicate:LAN:NETBiosSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 718 - MEMory Subsystem Introduction

SyntaxSYSTem:COMMunicate:LAN:NETBios <mode>SYSTem:COMMunicate:LAN:NETBios?

Seite 719 - MEMory:NSTates?

DescriptionThis command disables or enables the use of NETBios to automaticallyassign an IP address to the 34410A/11A/L4411A for peer-to-peer naming o

Seite 720

ParametersName Type Range of Values Default Value<mode> Boolean {OFF|0|ON|1} NETBios ON

Seite 721

RemarksNETBios allocates IP addresses from the private networks naming list.From the factory, the NETBios setting is enabled (ON).The NETBios setting

Seite 722 - MEMory:STATe:CATalog?

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 723

ExamplesThe following command disables NETBios.SYST:COMM:LAN:NETB OFFThe following query returns the current NETBios setting.SYST:COMM:LAN:NETB?Typica

Seite 724

CALCulate:AVERage:PTPeak?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 725

See AlsoSYSTem:COMMunicate:LAN:DHCP

Seite 726

SYSTem:COMMunicate:LAN:SMASkSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 727 - Typical Response:

SyntaxSYSTem:COMMunicate:LAN:SMASk "<mask>"SYSTem:COMMunicate:LAN:SMASk? [{CURRent|STATic}]

Seite 728

DescriptionThis command assigns a Subnet Mask for the 34410A/11A/L4411A. Theinstrument uses the Subnet Mask to determine if a client IP address is ont

Seite 729 - MEMory:STATe:DELete

ParametersName Type Range of ValuesDefaultValue<mask>QuotedStringSpecified in four-bytedot notation("nnn.nnn.nnn.nnn"), where "nn

Seite 730 - MEMory:STATe:DELete:ALL

RemarksIf DHCP is enabled (see SYSTem:COMMunicate:LAN:DHCP command), thespecified Subnet Mask is not used. However, if the DHCP server fails toassign

Seite 731

Return FormatThe query command returns the Subnet Mask in the form"nnn.nnn.nnn.nnn".Note that the query command has two optional parameters.

Seite 732

ExamplesThe following command sets the Subnet Mask.SYST:COMM:LAN:SMAS "255.255.20.11"The following query returns the Subnet Mask currently b

Seite 733

See AlsoSYSTem:COMMunicate:LAN:DHCPSYSTem:COMMunicate:LAN:GATEwaySYSTem:COMMunicate:LAN:IPADdress

Seite 734

SYSTem:COMMunicate:LAN:TELNet:PROMptSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 735 - MEMory:STATe:NAME

SyntaxCALCulate:AVERage:PTPeak?

Seite 736

SyntaxSYSTem:COMMunicate:LAN:TELNet:PROMpt "<string>"SYSTem:COMMunicate:LAN:TELNet:PROMpt?

Seite 737

DescriptionThis command sets the command prompt seen when using a Telnet sessionto communicate with the 34410A/11A.

Seite 738

ParametersName Type Range of ValuesDefaultValue<string>QuotedASCIIStringA string of up to 15characters."3441xA>"

Seite 739

RemarksThe 34410A/11A/L4411A uses LAN port 5024 for SCPI Telnet sessions (but5025 for SCPI Socket sessions).Telnet session can typically be stared as

Seite 740

Return FormatThe query command reads the command prompt and returns an ASCII stringenclosed in double quotes.

Seite 741

ExamplesThe following command defines the command prompt.SYST:COMM:LAN:TELN:PROM "Command> " The following query returns the command prom

Seite 742

See AlsoSYSTem:COMMunicate:LAN:TELNet:WMESsage

Seite 743 - MEMory:STATe:RECall:AUTO

SYSTem:COMMunicate:LAN:TELNet:WMESsageSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 744 - MEMory:STATe:RECall:AUTO?

SyntaxSYSTem:COMMunicate:LAN:TELNet:WMESsage "<string>"SYSTem:COMMunicate:LAN:TELNet:WMESsage?

Seite 745

DescriptionThis command sets the welcome message seen when using a Telnet sessionto communicate with the 34410A/11A.

Seite 746

DescriptionThis command returns the peak-to-peak value of all readings taken sincestatistics were enabled.

Seite 747

ParametersName TypeRange ofValuesDefault Value<string>QuotedASCIIStringA string of up to63 characters."Welcome to Agilent's3441xA 6-1/

Seite 748

RemarksThe 34410A/11A/L4411A uses LAN port 5024 for SCPI Telnet sessions (but5025 for SCPI Socket sessions).The welcome message is stored in non-volat

Seite 749

Return FormatThe query command reads the welcome message and returns an ASCIIstring enclosed in double quotes.

Seite 750

ExamplesThe following command defines the welcome message.SYST:COMM:LAN:TELN:WMES "Welcome to 3441xA Telnet Session" The following query ret

Seite 751 - MEMory:STATe:RECall:SELect

See AlsoSYSTem:COMMunicate:LAN:TELNet:PROMpt

Seite 752 - MEMory:STATe:RECall:SELect?

SYSTem:BEEPer:STATeSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 753

SyntaxSYSTem:BEEPer:STATe <mode>SYSTem:BEEPer:STATe?

Seite 754

DescriptionThis command disables or enables the beeper tone. The factory default isON. The beeper tone is only available with the 34410A/11A.

Seite 755

ParametersName Type Range of Values Default Value<mode> Boolean {OFF|0|ON|1}This is arequiredparameter

Seite 756

RemarksTurning off the beeper does not disable the key click generated when youpress a front-panel key.A beep tone is always emitted (even with the be

Seite 757

RemarksYou can read the statistical values at any time.This function returns the statistical peak-to-peak value for a collection ofreadings (since sta

Seite 758 - MEMory:STATe:VALid?

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 759

ExamplesThe following command disables the beeper state.SYST:BEEP:STAT OFFThe following query returns the beeper state.SYST:BEEP:STAT?Typical Response

Seite 760

See AlsoSYSTem:BEEPer[:IMMediate]

Seite 761

SYSTem:BEEPer[:IMMediate]Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 762

SyntaxSYSTem:BEEPer[:IMMediate]

Seite 763 - MEM:STAT:VAL? 3

DescriptionThis command issues a single beep immediately from the instrument. Thismay be useful for program development and troubleshooting. The beepe

Seite 764

RemarksThis command overrides the current beeper state (see theSYSTem:BEEPer:STATe command). This means that you can issue a singlebeep even if the be

Seite 765 - SAMPle Subsystem Introduction

ExampleThe following command issues a single beep from the instrument.SYST:BEEP

Seite 766

See AlsoSYSTem:BEEPer:STATe

Seite 767

SYSTem:COMMunicate:ENABleSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 768 - SAMPle:COUNt

Return FormatThe command returns the peak-to-peak value of all readings taken sincestatistics were enabled. If no data is available, "0" is

Seite 769 - SAMPle:COUNt? [{MIN

SyntaxSYSTem:COMMunicate:ENABle <mode>, <interface>SYSTem:COMMunicate:ENABle? <interface>

Seite 770

DescriptionThis command disables or enables the GPIB, USB, or LAN remote interface.In addition, this command disables or enables the available remote

Seite 771

ParametersName Type Range of ValuesDefaultValue<mode> Boolean {OFF|0|ON|1}This is arequiredparameter<interface> Discrete{GPIB|USB|LAN|SOCK

Seite 772

RemarksAll interfaces are enabled by default as shipped from the factory.If you disable the LAN interface, all associated LAN services will not bestar

Seite 773

Return FormatThe query command returns "0" (OFF) or "1" (ON) for the specifiedinterface.

Seite 774

ExamplesThe following command disables the USB interface.SYST:COMM:ENAB OFF,USBThe following query returns the state of the USB interface.SYST:COMM:EN

Seite 775

See AlsoRemote Interface Configuration Commands

Seite 776

SYSTem:COMMunicate:GPIB[:SELF]:ADDRessSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 777

SyntaxSYSTem:COMMunicate:GPIB[:SELF]:ADDRess {<address>}SYSTem:COMMunicate:GPIB[:SELF]:ADDRess?

Seite 778

DescriptionThis command assigns the instrument's GPIB (IEEE-488) address. Eachdevice on the GPIB interface must have a unique address. The instru

Seite 779

Querying Parameter SettingsYou can query the current value of most parameters by adding aquestion mark ( ? ) to the command. For example, the followin

Seite 780

ExampleThe following query returns the peak-to-peak value of the readings taken.CALC:AVER:PTP?Typical Response: +1.34560000E+00

Seite 781

ParametersName Type Range of ValuesDefaultValue<address> NumericAn integral valuebetween 0 and 30. Requiredparameter

Seite 782

RemarksFactory GPIB address setting is 22.Your computer's GPIB interface card has its own address. Be sure to avoidusing the computer's addr

Seite 783

Return FormatThe query command returns the GPIB address in the form "+22".

Seite 784

ExamplesThe following command sets the GPIB address.SYST:COMM:GPIB:ADDR 15The following query returns the GPIB address currently being used by theinst

Seite 785 - SAMPle:SOURce

See AlsoSYSTem:COMMunicate:ENABle

Seite 786 - SAMPle:SOURce?

SYSTem:ERRor[:NEXT]?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 787

SyntaxSYSTem:ERRor[:NEXT]?

Seite 788

DescriptionThis command reads and clears one error from the instrument's error queue.A record of up to 20 errors can be stored in the instrument&

Seite 789

RemarksThe instrument beeps once each time a command syntax or hardwareerror is generated. The front-panel ERROR annunciator turns on when oneor more

Seite 790

Return FormatThe command reads and clears one error string from the error queue. Theerror string may contain up to 255 characters and consists of an e

Seite 791

See AlsoCALCulate:AVERage:CLEarCALCulate:AVERage:COUNt?CALCulate:FUNCtionCALCulate:STATe

Seite 792

ExampleThe following query reads and clears one error.SYST:ERR?Typical Response: -101,"Invalid character"

Seite 794 - SAMPle:TIMer? [{MIN

SYSTem:HELP?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 795

SyntaxSYSTem:HELP?

Seite 796

DescriptionThis command returns a complete list of the SCPI commands for the Agilent34410A, 34411A, or L4411A.

Seite 797

Return FormatThis command returns the complete list of SCPI commands as DefiniteLength Block Data, delimited with New Line characters. The first line

Seite 798

ExampleThe following query returns the list of SCPI commands. SYST:HELP?Typical Response: In the list of commands:/nquery/ indicates a command with

Seite 799

See AlsoCommands A-ZCommand Quick Reference

Seite 800

SYSTem:LANGuageSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 801 - SENSe Subsystem Introduction

SyntaxSYSTem:LANGuage "<compatibility>"SYSTem:LANGuage?

Seite 802 - DC Current

CALCulate:AVERage:SDEViation?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 803 - 2-Wire Resistance

DescriptionThe Agilent 34410A/11A/L4411A Multimeter provides a SCPI command setthat is enhanced, but highly backward-compatible with the Agilent 34401

Seite 804 - 4-Wire Resistance

ParametersName Type Range of Values Default Value<compatibility>QuotedASCIIString"34401A""34410A" (34410Aonly)"34411A&q

Seite 805 - Frequency

RemarksSpecify "34401A" for <compatibility> to select 34401A maximumcompatibility mode. In this mode, the 34410A, 34411A, or L4411Ain

Seite 806 - Temperature

Return FormatThe query command reads the current <compatibility> mode, and returns anASCII string enclosed in double quotes: "34401A",

Seite 807 - Miscellaneous

ExamplesThe following command selects the 34401A compatibility mode:SYST:LANG "34401A"The following query returns the compatibility mode cur

Seite 808 - [SENSe:]FUNCtion[:ON]

See AlsoAgilent 34401A Compatibility Mode

Seite 809 - [SENSe:]FUNCtion[:ON]?

SYSTem:LFRequencySyntax | Description | Parameters | Remarks | Return Format | Example

Seite 810

SyntaxSYSTem:LFRequency?

Seite 811

DescriptionThis command returns the current power-line reference frequency used bythe 34410A/11A/L4411A analog-to-digital converter. You can set thisr

Seite 812

RemarksIf the detected power line frequency is 400 Hz, the 50 Hz reference valueis actually used (a subharmonic of 400 Hz).The instrument multiplies t

Seite 813

SyntaxCALCulate:AVERage:SDEViation?

Seite 814

Return FormatThe command returns "50" (for 50 Hz or 400 Hz) or "60" indicating thepresent reference frequency setting.

Seite 815

ExampleThe following command sets the reference frequency setting to 50 Hz.SYST:LFR 50The following command returns the reference frequency setting.SY

Seite 816

See AlsoCALibration:LFRequencySYSTem:LFRequency:ACTual?

Seite 817

SYSTem:LFRequency:ACTualSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 818

SyntaxSYSTem:LFRequency:ACTual?

Seite 819

DescriptionThis command returns the actual power-line frequency.

Seite 820

RemarksThe reference frequency used by the 34410A/11A/L4411A analog-to-digital converter is based on the power line frequency measured at poweron. But

Seite 821

Return FormatThe command returns the actual power line frequency measured at powerup in the format "+5.99982241E+01".

Seite 822

ExampleThe following command returns the reference frequency setting.SYST:LFR:ACT?Typical Response: +5.99982241E+01

Seite 823

See AlsoSYSTem:LFRequency?

Seite 824

DescriptionThis command returns the standard deviation of all readings taken sincestatistics were enabled.

Seite 825

SYSTem:LOCK:NAME?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 826

SyntaxSYSTem:LOCK:NAME?

Seite 827

DescriptionThis command returns the current I/O interface (the I/O interface in use bythe querying computer).

Seite 828

RemarksUse this command to determine the interface that you are using. Then usethe SYSTem:LOCK:OWNer? command to determine which interface, if any,has

Seite 829

Return FormatThe command returns "GPIB", "USB", "VXI11", or "LAN <IP Address>"indicating the I/O interfa

Seite 830

ExampleThe following command queries which I/O interface is in use.SYST:LOCK:NAME?Typical Response: "LAN169.254.149.35"

Seite 831

See AlsoSYSTem:LOCK:OWNer?SYSTem:LOCK:RELeaseSYSTem:LOCK:REQuest?

Seite 832

SYSTem:LOCK:OWNer?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 833

SyntaxSYSTem:LOCK:OWNer?

Seite 834

DescriptionThis command returns the I/O interface that currently has a lock.

Seite 835

RemarksYou can read the statistical values at any time.The instrument clears the stored statistical data when statistics areenabled, when the CALCulat

Seite 836

RemarksWhen a lock is active, Bit 10 in the Standard Operation Register will be set(see STATus:OPERation:CONDition? command). When the lock is release

Seite 837

Return FormatThe command returns "GPIB", "USB", "VXI11", or "LAN <IP Address>"indicating the I/O interfa

Seite 838

ExampleThe following command queries which I/O interface currently has a lock.SYST:LOCK:OWN?Typical Response: "LAN169.254.149.35"

Seite 839

See AlsoSYSTem:LOCK:NAME?SYSTem:LOCK:RELeaseSYSTem:LOCK:REQuest?

Seite 840

SYSTem:LOCK:RELeaseSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 841

SyntaxSYSTem:LOCK:RELease

Seite 842

DescriptionThis command decrements the lock count by one and may release the I/Ointerface from which the command is executed.

Seite 843

RemarksWhen a lock is active, Bit 10 in the Standard Operation Register will be set(see STATus:OPERation:CONDition? command). When the lock is release

Seite 844

ExampleThe following command decreases the lock count by one.SYST:LOCK:RELThe following series of commands illustrates usage.Initial State = unlocked,

Seite 845

See AlsoSYSTem:LOCK:NAME?SYSTem:LOCK:OWNer?SYSTem:LOCK:REQuest?

Seite 846

Return FormatThe command returns the standard deviation of the readings taken, or "0" ifno data is available.

Seite 847 - [SENSe:]CURRent:AC:BANDwidth

SYSTem:LOCK:REQuest?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 848

SyntaxSYSTem:LOCK:REQuest?

Seite 849

DescriptionThis command requests a lock of the current I/O interface. This provides amechanism by which you can lock the instrument's configurati

Seite 850

RemarksLock requests can be nested and each request will increase the lock countby 1. For every request, you will need a release from the same I/Ointe

Seite 851

Return FormatThe command returns "+1" if the lock request is granted or "+0" if denied.

Seite 852

ExampleThe following command requests a lock of the current I/O interface.SYST:LOCK:REQ?Typical Response: +1

Seite 853

See AlsoSYSTem:LOCK:NAME?SYSTem:LOCK:OWNer?SYSTem:LOCK:RELease

Seite 854

SYSTem:PRESetSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 855

SyntaxSYSTem:PRESet

Seite 856

DescriptionThis command presets the 34410A/11A/L4411A to a known configuration.See Instrument Preset State for a complete listing of the instrument&ap

Seite 857

ExampleThe following query returns the standard deviation of the readings taken.CALC:AVER:SDEV?Typical Response: +2.61920000E+01

Seite 858

RemarksThis command is identical in effect to the *RST command.

Seite 859

ExampleThe following command presets the instrument. SYST:PRES

Seite 860

See Also*RST

Seite 861

SYSTem:SECurity:IMMediateSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 862 - [SENSe:]CURRent:AC:NULL:VALue

SyntaxSYSTem:SECurity:IMMediate

Seite 863

DescriptionThis command sanitizes all user-accessible instrument memory. Thiscomplies with requirements in chapter 8 of the National Instrument Securi

Seite 864

RemarksThis command initializes all instrument settings to their Factory Reset(*RST command) values.This command destroys all user-defined state infor

Seite 865

ExampleThe following command sanitizes all user-accessible instrument memory.SYST:SEC:IMM

Seite 866

See Also*SAV*RCL*RST

Seite 867

SYSTem:VERSion?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 868

See AlsoCALCulate:AVERage:CLEarCALCulate:AVERage:COUNt?CALCulate:FUNCtionCALCulate:STATe

Seite 869

SyntaxSYSTem:VERSion?

Seite 870 - [SENSe:]CURRent:AC:PEAK:STATe

DescriptionThis command returns the version of the SCPI (Standard Commands forProgrammable Instruments) standard with which the instrument is incompli

Seite 871

Return FormatThe command returns a string in the form "YYYY.V", where "YYYY"represents the year of the version and "V" r

Seite 872

ExampleThe following query returns the SCPI version.SYST:VERS?Typical Response: 1994.0

Seite 873

See AlsoIntroduction to SCPI Language

Seite 874

TRIGger Subsystem Introduction It is recommended that all triggered measurements be made usingan appropriate fixed manual range. That is, turn autoran

Seite 875

Command Summary TRIGger:COUNtTRIGger:COUNt?TRIGger:DELayTRIGger:DELay?TRIGger:DELay:AUTOTRIGger:DELay:AUTO?TRIGger:LEVelTRIGger:LEVel?TRIGger:SLOPeTRI

Seite 876

TRIGger:COUNtSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 877 - [SENSe:]CURRent:AC:RANGe:AUTO

SyntaxTRIGger:COUNt {<count>|MIN|MAX|DEF|INFinity}TRIGger:COUNt? [{MIN|MAX}]

Seite 878

DescriptionThis command selects the number of triggers that will be accepted by themeter before returning to the "idle" trigger state.It is

Seite 879

CALibration Subsystem IntroductionThe CALibration commands are used to calibrate the Agilent 34410A, 34411A,and L4411A. Please note that the use of th

Seite 880

ParametersName Type Range of ValuesDefaultValue<count> Numeric34410A: 1 to 50,000triggers, or continuous(INFinity).MIN = 1 triggerMAX = 50,000 t

Seite 881

RemarksThe selected trigger count applies to the trigger source set by theTRIGger:SOURce command.a. For the BUS source, the trigger count sets the nu

Seite 882

Return FormatThe query command returns the trigger count in the form"+1.00000000E+00". For a continuous trigger (INFinity), the querycomman

Seite 883

ExamplesThe following command sets the trigger count to 10. TRIG:COUN 10The following query returns the current trigger count.TRIG:COUN?Typical Respo

Seite 884

See AlsoSAMPle:COUNtTRIGger:SOURce

Seite 885

TRIGger:DELaySyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 886

SyntaxTRIGger:DELay {<seconds>|MIN|MAX|DEF}TRIGger:DELay? [{MIN|MAX}]

Seite 887

DescriptionThis command sets the delay between the trigger signal and the firstmeasurement. This may be useful in applications where you want to allow

Seite 888

ParametersName Type Range of ValuesDefaultValue<seconds> Numeric0 to ~3600 seconds(~20 µs incrementfor dcmeasurements).MIN = 0 seconds, MAX = ~

Seite 889

RemarksThe CONTinuity and DIODe test functions ignore the trigger delay setting.Due to internal quantization, the actual delay that you set may be sli

Seite 890

SCPI Command TerminatorsA command string sent to the instrument must terminate with a <new line>(<NL>) character. The IEEE-488 EOI (End-Or

Seite 891

Command Summary CALibration[:ALL]?CALibration:ADC?CALibration:COUNt?CALibration:LFRequencyCALibration:LFRequency?CALibration:LFRequency:ACTual?CALibra

Seite 892

Return FormatThe query command returns the delay in seconds.

Seite 893 - [SENSe:]CURRent[:DC]:APERture

ExamplesThe following command sets a 2-second trigger delay.TRIG:DEL 2The following query returns the trigger delay selected.TRIG:DEL?Typical Response

Seite 894

See AlsoAutomatic Trigger DelaysSAMPle:COUNtSAMPle:SOURceTRIGger:DELay:AUTOTRIGger:SOURce

Seite 895

TRIGger:DELay:AUTOSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 896

SyntaxTRIGger:DELay:AUTO <mode>TRIGger:DELay:AUTO?

Seite 897

DescriptionThis command disables or enables an automatic trigger delay. If enabled,the instrument determines the delay based on function, range, andin

Seite 898

ParametersName Type Range of ValuesDefaultValue<mode> Boolean {OFF|0|ON|1}This is arequiredparameter.

Seite 899

RemarksSelecting a specific trigger delay using the TRIGger:DELay commanddisables the automatic trigger delay.The CONFigure and MEASure? commands set

Seite 900

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 901

ExamplesThe following command enables an automatic trigger delay.TRIG:DEL:AUTO ONThe following query returns the automatic trigger delay setting.TRIG:

Seite 902

CALibration:ADC?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 903

See AlsoTRIGger:DELay

Seite 904

TRIGger:LEVel (34411A/L4411A)Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 905

SyntaxTRIGger:LEVel {<level>|MIN|MAX|DEF}TRIGger:LEVel? [{MIN|MAX}]

Seite 906 - CURR:DC:APER:ENAB?

DescriptionThe 34411A and L4411A (but not the 34410A) allow you to trigger on adefined level of the input signal. This command sets the level on which

Seite 907

ParametersIf autoranging is off, the <value> parameter can take any value between -120% and +120% of the present range for the currently selecte

Seite 908 - [SENSe:]CURRent[:DC]:NPLC

RemarksThis command is supported by the 34411A and L4411A.This command is supported only for ac and dc voltage, ac and dc current,and 2-wire and 4-wir

Seite 909

Return FormatThe query command returns the current trigger level.

Seite 910

ExamplesThe following commands set up the 34411A for level triggering. TheCONFigure command configures the instrument for dc voltagemeasurements. The

Seite 911

See AlsoTRIGger:DELayTRIGger:SOURce

Seite 912

TRIGger:SLOPeSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 913

SyntaxCALibration:ADC?

Seite 914

SyntaxTRIGger:SLOPe <slope>TRIGger:SLOPe?

Seite 915

DescriptionThis command selects whether the instrument uses the rising edge or thefalling edge of the trigger signal on the rear-panel Ext Trig BNC co

Seite 916

ParametersName Type Range of ValuesDefaultValue<slope> Discrete {POSitive|NEGative} NEG

Seite 917

RemarksThe actual trigger event occurs on either the rising edge (if POS isselected) or the falling edge (if NEG is selected) of the trigger signal. S

Seite 918

Return FormatThe query command returns either "POS" or "NEG".

Seite 919

ExamplesThe following command sets the trigger slope to negative (falling edge).TRIG:SLOP NEGThe following query returns currently selected trigger sl

Seite 920

See AlsoExt Trig InputTRIGger:LEVelTRIGger:SOURce

Seite 921

TRIGger:SOURceSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 922

SyntaxTRIGger:SOURce <source>TRIGger:SOURce?

Seite 923

DescriptionThis command selects the trigger source for measurements. The instrumentwill accept a software (bus) command, an immediate (continuous) tri

Seite 924

DescriptionThis command performs a low-level calibration of the ADC (analog-to-digitalconverter) circuitry.For a more detailed discussion of the calib

Seite 925

ParametersName Type Range of ValuesDefaultValue<source> Discrete34410A:{IMMediate|EXTernal|BUS}34411A/L4411A: {IMMediate|EXTernal|BUS|INTernal}T

Seite 926

RemarksAfter selecting the trigger source, you must place the instrument in the"wait-for-trigger" state using the INITiate or READ? command.

Seite 927

Return FormatThe query command returns the present trigger source: "IMM", "EXT","BUS", or "INT" (34411A/L4411A

Seite 928

ExamplesThe following command selects the external trigger source. In thisconfiguration, the instrument is triggered once each time a low-true TTLpuls

Seite 929

See Also*TRGTRIGger:LEVelTRIGger:SLOPe

Seite 930

Commands A-ZA – E | F – L | M – O | P – S | T – Z

Seite 932

C*CLSCALibration:ADC?CALibration[:ALL]?CALibration:COUNt?CALibration:LFRequencyCALibration:LFRequency?CALibration:LFRequency:ACTual?CALibration:SECure

Seite 933

CALCulate:LIMit:LOWer?CALCulate:LIMit:UPPerCALCulate:LIMit:UPPer?CALCulate:NULL:OFFSetCALCulate:NULL:OFFSet?CALCulate:STATeCALCulate:STATe?CONFigure?C

Seite 934

CURRent:AC:NULL[:STATe]CURRent:AC:NULL[:STATe]?CURRent:AC:NULL:VALueCURRent:AC:NULL:VALue?CURRent:AC:PEAK:STATeCURRent:AC:PEAK:STATe?CURRent:AC:RANGe:

Seite 935

RemarksThis is the first step in a re-calibration sequence, and must be done beforedoing the offset calibration.

Seite 936

DDATA:COPYDATA:DATA?DATA:DELeteDATA:LAST?DATA:POINts?DATA:POINts:EVENt:THResholdDATA:POINts:EVENt:THReshold?DATA:REMove?DISPlay[:WINDow[1|2][:STATe]]D

Seite 937

E*ESE*ESE?*ESR?

Seite 938

FFETCh?FETCh:CURRent:AC:PTPeak?FETCh:CURRent[:DC]:PEAK:MAXimum?FETCh:CURRent[:DC]:PEAK:MINmum?FETCh:CURRent[:DC]:PTPeak?FETCh:VOLTage:AC:PTPeak?FETCh:

Seite 939

FRESistance:NPLCFRESistance:NPLC?FRESistance:NULL[:STATe]FRESistance:NULL[:STATe]?FRESistance:NULL:VALueFRESistance:NULL:VALue?FRESistance:OCOMpensate

Seite 940

I*IDN?INITiate[:IMMediate]

Seite 942

MMEASure:CAPacitance?MEASure:CONTinuity?MEASure:CURRent:AC?MEASure:CURRent[:DC]?MEASure:DIODe?MEASure:FREQuency?MEASure:FRESistance?MEASure:PERiod?MEA

Seite 943

O*OPC*OPC?OUTPut:TRIGger:SLOPe

Seite 944

P*PSC*PSC?PERiod:APERturePERiod:APERture?PERiod:NULL[:STATe]PERiod:NULL[:STATe]?PERiod:NULL:VALuePERiod:NULL:VALue?PERiod:RANGe:LOWerPERiod:RANGe:LOWe

Seite 945

R*RCL*RSTR?READ?RESistance:APERtureRESistance:APERture?RESistance:APERture:ENABled?RESistance:NPLCRESistance:NPLC?RESistance:NULL[:STATe]RESistance:NU

Seite 946

Return FormatThe command returns "0" if successful, "1" if not successful.

Seite 947

S*SAV*SRE*SRE?*STB?SAMPle:COUNtSAMPle:COUNt?SAMPle:COUNt:PRETriggerSAMPle:COUNt:PRETrigger?SAMPle:SOURceSAMPle:SOURce?SAMPle:TIMerSAMPle:TIMer?[SENSe:

Seite 948

[SENSe:]CURRent:AC:RANGe:AUTO?[SENSe:]CURRent:AC:RANGe[:UPPer][SENSe:]CURRent:AC:RANGe[:UPPer]?[SENSe:]CURRent[:DC]:APERture[SENSe:]CURRent[:DC]:APERt

Seite 949

[SENSe:]FREQuency:VOLTage:RANGe:AUTO[SENSe:]FREQuency:VOLTage:RANGe:AUTO?[SENSe:]FREQuency:VOLTage:RANGe[:UPPer][SENSe:]FREQuency:VOLTage:RANGe[:UPPer

Seite 950

[SENSe:]PERiod:RANGe:LOWer?[SENSe:]PERiod:VOLTage:RANGe:AUTO[SENSe:]PERiod:VOLTage:RANGe:AUTO?[SENSe:]PERiod:VOLTage:RANGe[:UPPer][SENSe:]PERiod:VOLTa

Seite 951

[SENSe:]TEMPerature:NULL[:STATe]?[SENSe:]TEMPerature:NULL:VALue[SENSe:]TEMPerature:NULL:VALue?[SENSe:]TEMPerature:TRANsducer:FTHermistor:TYPE[SENSe:]T

Seite 952

[SENSe:]VOLTage:AC:PEAK:STATe?[SENSe:]VOLTage:AC:RANGe:AUTO[SENSe:]VOLTage:AC:RANGe:AUTO?[SENSe:]VOLTage:AC:RANGe[:UPPer][SENSe:]VOLTage:AC:RANGe[:UPP

Seite 953

STATus:OPERation:CONDition?STATus:OPERation:ENABleSTATus:OPERation:ENABle?STATus:OPERation[:EVENt]?STATus:PRESetSTATus:QUEStionable:CONDition?STATus:

Seite 954

SYSTem:COMMunicate:LAN:GATEway?SYSTem:COMMunicate:LAN:HISTory?SYSTem:COMMunicate:LAN:HISTory:CLEarSYSTem:COMMunicate:LAN:HOSTnameSYSTem:COMMunicate:LA

Seite 955

SYSTem:LOCK:REQuest?SYSTem:PRESetSYSTem:SECurity:IMMediateSYSTem:VERSion?

Seite 956

T*TRG*TST?TEMPerature:APERtureTEMPerature:APERture?TEMPerature:APERture:ENABled?TEMPerature:NPLCTEMPerature:NPLC?TEMPerature:NULL[:STATe]TEMPerature:N

Seite 957

ExampleThe following command calibrates the ADC.CAL:ADC?Typical Response: 0

Seite 958

TEMPerature:ZERO:AUTO?TRIGger:COUNtTRIGger:COUNt?TRIGger:DELayTRIGger:DELay?TRIGger:DELay:AUTOTRIGger:DELay:AUTO?TRIGger:SLOPeTRIGger:SLOPe?TRIGger:SO

Seite 959

UUNIT:TEMPeratureUNIT:TEMPerature?

Seite 960

VVOLTage:AC:BANDwidthVOLTage:AC:BANDwidth?VOLTage:AC:NULL[:STATe]VOLTage:AC:NULL[:STATe]?VOLTage:AC:NULL:VALueVOLTage:AC:NULL:VALue?VOLTage:AC:PEAK:ST

Seite 961

VOLTage[:DC]:RESolutionVOLTage[:DC]:RESolution?VOLTage[:DC]:ZERO:AUTOVOLTage[:DC]:ZERO:AUTO?

Seite 965

Agilent 34410A/11A/L4411A Command QuickReference Printable PDF Version Syntax ConventionsBraces ( { } ) enclose the parameter choices for a given co

Seite 966

{<resolution>|MIN|MAX|DEF}] ]MEASure:PERiod? [{<range>|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}] ]MEASure:RESistance? [{<range&g

Seite 967

[SENSe:]TEMPerature:TRANsducer:FRTD:RESistance[:REFerence]{<reference>|MIN|MAX|DEF} [SENSe:]TEMPerature:TRANsducer:FRTD:RESistance[:REFerence]?[

Seite 968

See AlsoCALibration?CALibration:SECure:STATe

Seite 969

[SENSe:]VOLTage[:DC]:NULL[:STATe]?[SENSe:]VOLTage[:DC]:NULL:VALue {<value>|MIN|MAX} [SENSe:]VOLTage[:DC]:NULL:VALue? [{MIN|MAX}][SENSe:]VOLTag

Seite 970

{<resolution>|MIN|MAX|DEF}] ] CONFigure? [SENSe:]RESistance:APERture {<seconds>|MIN|MAX|DEF} [SENSe:]RESistance:APERture? [{MIN|MAX}][

Seite 971 - [SENSe:]FREQuency:APERture

[SENSe:]FRESistance:OCOMpensated {OFF|0|ON|1} [SENSe:]FRESistance:OCOMpensated? [SENSe:]FRESistance:RANGe:AUTO {OFF|0|ON|1|ONCE} [SENSe:]FRESist

Seite 972

AC Current ConfigurationCONFigure:CURRent:AC [{<range>|AUTO|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}] ] CONFigure? [SENSe:]CURRent:AC:

Seite 973

Frequency and Period Configuration Commands Frequency ConfigurationCONFigure:FREQuency [{<range>|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}

Seite 974

{<voltage_range>|MIN|MAX|DEF} [SENSe:]PERiod:VOLTage:RANGe[:UPPer]? [{MIN|MAX}] Measurement Configuration CommandsABORtINITiate[:IMMediate]FORM

Seite 975

Triggering Commands*TRGINITiate[:IMMediate]OUTPut:TRIGger:SLOPe {POSitive|NEGative} OUTPut:TRIGger:SLOPe?READ?TRIGger:COUNt {<count>|MIN|MAX|D

Seite 976

CALCulate:FUNCtion?CALCulate:LIMit:LOWer {<value> | MIN | MAX} CALCulate:LIMit:LOWer? {MIN | MAX}CALCulate:LIMit:UPPer {<value> | MIN | MA

Seite 977

CALibration:ADC?CALibration[:ALL]?CALibration:COUNt?CALibration:LFRequency {50|60} CALibration:LFRequency?CALibration:LFRequency:ACTual?CALibration:SE

Seite 978

*ESE <enable_value>*ESE?*ESR?*IDN?*LRN?*OPC*OPC?*PSC {0|1}*PSC?*RCL {0|1|2|3|4}*RST*SAV {0|1|2|3|4}*SRE <enable_value>*SRE?*STB?*TRG*TST?*

Seite 979

CALibration[:ALL]?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 980

SYSTem:BEEPer:STATe {OFF|0|ON|1}SYSTem:BEEPer:STATe?SYSTem:ERRor[:NEXT]?SYSTem:HELP?SYSTem:LANGuage "{34401A|34410A|34411A}" SYSTem:LANGuage

Seite 981

SYSTem:COMMunicate:LAN:DNS <address>SYSTem:COMMunicate:LAN:DNS?SYSTem:COMMunicate:LAN:DOMain "<name>"SYSTem:COMMunicate:LAN:DOMa

Seite 982

*SRE <enable_value>*SRE?*STB?STATus:OPERation:CONDition?STATus:OPERation:ENABle <enable_value>STATus:OPERation:ENABle?STATus:OPERation[:EV

Seite 983

SCPI Error MessagesExecution Errors (-101...) | Instrument Errors (200...) | Self-TestErrors (600...) | Calibration Errors (700...) | Firmware Update

Seite 984

command and when power is cycled. All errors are cleared when you readthe error queue. The error queue is not cleared by a Factory Reset (*RSTcommand)

Seite 985

Execution Errors-101, "Invalid character"-102, "Syntax error"-103, "Invalid separator"-113, "Undefined header"

Seite 986 - [SENSe:]FREQuency:NULL:VALue

Instrument Errors201, "Memory lost: stored state"202, "Memory lost: power-on state"203, "Memory lost: stored readings"22

Seite 987

Self-Test ErrorsThe 34410A/11A/L4411A self-test (see the *TST? command) performs a seriesof tests on the instrument hardware. Any failure of these tes

Seite 988

608 Input Amplifier x1 Zero Test609 Input Leakage Test610 Input Amplifier x10 Gain Test611 Input Amplifier x1 Gain Test612 Ohms 500nA Current Source61

Seite 989

Calibration ErrorsThe following errors indicate failures that may occur during a calibration. Referto the Agilent 34410A/11A/L4411A Service Guide for

Seite 990

SyntaxCALibration[:ALL]?

Seite 991

Firmware Update Errors791, "Firmware update error; unable to begin download"792, "Firmware update error; programming operation failed&q

Seite 992

Power-On and Reset StateThe following tables show the factory defaults for various instrument settings.The parameters marked with a bullet (•) are sto

Seite 993

AC Input Filter(bandwidth) 20 Hz (medium filter) Nulls (individualfunctions) Off, 0 (for all measurementfunctions) Second Display Off* F

Seite 994 - [SENSe:]FREQuency:RANGe:LOWer

Sample Count 1 Sample Source Auto Sample Timer 1 second System-RelatedOperationsFactory Setting• Beeper Mode(34410A/11A)• On• Radix Ch

Seite 995

power on. However, it is notcleared by a *RST orSYSTem:PRESet command, nor bya front panel Reset (Shift + 2ndDisp). Input/OutputConfigurationFactory S

Seite 996

• Host Name• A-34410A-nnnnn (for34410A) 3 • A-34411A-nnnnn (for34411A)• A-L4411A-nnnnn (forL4411A)• LAN Services1• Enable All (VISA LAN, Sockets,

Seite 997

Automatic Trigger DelaysIf you do not specify a trigger delay in the TRIGger:DELay command, theinstrument selects a delay for you. The delay is determ

Seite 998

≤0.02 PLC 1.0 msResistance (2-wire):RangeTrigger Delay≤0.02PLC0.06PLC or0.2PLC≥1 PLC100 Ω 80 µs 100 µs 130 µs1 kΩ 110 µs 130 µs 160 µs10 kΩ 130 µs 160

Seite 999

autoranging. The range in use cannot be predicted, nor can thedelay. For temperature measurements, use TRIGger:DELay? todetermine the current delay.Re

Seite 1000 - Examples

measurements, but all temperature measurements useautoranging. The range in use cannot be predicted, nor can thedelay. For temperature measurements, u

Seite 1001 - See Also

IEEE-488.2 Common CommandsThe IEEE-488.2 standard defines a set of common commands that performfunctions such as reset, self-test, and status operatio

Seite 1002

DescriptionThis command performs a calibration of the multimeter using the specifiedcalibration value (CALibration:VALue command). Before you can cali

Seite 1003

Slow (3 Hz) 1.66 sMedium (20Hz)0.25 sFast (200Hz)0.025 sFrequency, Period: TriggerDelay1 s The continuity and diode test functions ignore the trigger

Seite 1004

Agilent 34401A Compatibility Mode Your Agilent 34410A, 34411A, or L4411A multimeter provides a SCPIcommand set that is enhanced, but highly backward-c

Seite 1005 - Parameters

sensitivity setting for the touch-hold feature.4. The 34410A/11A/L4411A hardware does not provide an RS-232 serialinterface.5. Compatibility is prov

Seite 1006

Range,Resolution, and NPLCThe following table can be used to determine the integration time (in NPLCs)based on the specified range and resolution.NPLC

Seite 1007 - Return Format

1E7 23E-11 2 3 7 15 30 60 15E+11E81E9330101E+2202E+2303E+2707E+215015E+23E+23E+36E+26E+315E+215E+3To determine the NPLCs for a specified range and res

Seite 1008

Volatile MemoryInformation in memory is lost when power is turned off.

Seite 1009

Non-Volatile MemoryInformation in memory is not lost when power is turned off.

Seite 1010

DHCPShort for Dynamic Host Configuration Protocol, a protocol for assigningdynamic IP addresses to devices on a network. With dynamic addressing, adev

Seite 1011

RemarksIf a calibration fails, "+1" is returned and an error is stored in the errorqueue. For a complete listing of the error messages relat

Seite 1012

Return FormatThe command returns "+0" (calibration passed) or "+1" (calibration failed).

Seite 1013

ExampleThe following command performs a calibration and returns a pass/failindication.CAL?Typical Response: +0

Seite 1014

See AlsoCALibration:SECure:STATeCALibration:VALue

Seite 1015

CALibration:COUNt?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1016

SyntaxCALibration:COUNt?

Seite 1017

DescriptionThis command queries the instrument to determine how many calibrationshave been performed. Note that your instrument was calibrated before

Seite 1018 - [SENSe:]PERiod:APERture

RemarksThe calibration counts increment up to a maximum of over four billion(232 - 1) after which they roll over to "0". Since the value inc

Seite 1019

Return FormatThe command returns the calibration count indicating how many calibrationshave been performed.

Seite 1020

CALCulate:AVERage:AVERage? CALCulate:AVERage:CLEar CALCulate:AVERage:COUNt? CALCulate:AVERage:MAXimum? CALCulate:AVERage:MINimum? CALCulate:AVERage:PT

Seite 1021

SCPI Parameter TypesThe SCPI language defines several data formats to be used in programmessages and response messages.Numeric ParametersCommands that

Seite 1022

ExampleThe following command returns the calibration count.CAL:COUN?Typical Response: +739

Seite 1023

See AlsoCALibration?CALibration:SECure:STATe

Seite 1024

CALibration:LFRequencySyntax | Description | Parameters | Remarks | Return Format | Example

Seite 1025

SyntaxCALibration:LFRequency <line_freq>CALibration:LFRequency?

Seite 1026 - [SENSe:]PERiod:NULL[:STATe]

DescriptionThe query returns the power-line reference frequency currently used by the34410A/11A/L4411A analog-to-digital converter (50 or 60 Hz). When

Seite 1027 - [SENSe:]PERiod:NULL[:STATe]?

ParametersName Type Range of Values Default Value<line_freq> Numeric50 (50 Hz or 400Hz) 60 (60 Hz)Defaults tosensed linefrequency

Seite 1028

RemarksThe instrument multiplies the period of the reference frequency by thespecified number of power line cycles ([SENSe:]<function>:NPLCcomma

Seite 1029

Return FormatThe query returns "+50" (for 50 Hz or 400 Hz) or "+60" (for 60 Hz)indicating the present reference frequency setting.

Seite 1030

ExampleThe following command sets the reference frequency to 60 Hz (overridingautomatic detection).CAL:LFR 60The following command returns the referen

Seite 1031

See Also[SENSe:]<function>:NPLC

Seite 1032

condition, the instrument will accept "ON" or "1". When you query a booleansetting, the instrument will always return "0"

Seite 1033 - [SENSe:]PERiod:NULL:VALue

CALibration:LFRequency:ACTualSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 1034

SyntaxCALibration:LFRequency:ACTual?

Seite 1035

DescriptionThis command returns the actual power-line frequency.For a more detailed discussion of the calibrationprocedures, see the Agilent 34410A/11

Seite 1036

RemarksThe reference frequency used by the 34410A/11A/L4411A analog-to-digital converter is based on the power line frequency measured at poweron. But

Seite 1037

Return FormatThe command returns the actual power line frequency measured at powerup in the format "+5.99982241E+01".

Seite 1038

ExampleThe following command returns the reference frequency setting.CAL:LFR:ACT?Typical Response: +5.99982241E+01

Seite 1039

See AlsoCALibration:LFRequencySYSTem:LFRequency:ACTual?

Seite 1040

CALibration:SECure:CODESyntax | Description | Parameters | Remarks | Return Format | Example

Seite 1041 - [SENSe:]PERiod:RANGe:LOWer

SyntaxCALibration:SECure:CODE <new_code>

Seite 1042

DescriptionThis command allows you to enter a new security code to prevent accidentalor unauthorized calibrations. The specified code is used to unsec

Seite 1043

Using Device ClearDevice Clear is an IEEE-488 low-level bus message that you can use to returnthe instrument to a responsive state. Different programm

Seite 1044

ParametersName Type Range of Values Default Value<new_code>UnquotedASCIIStringA string of up to 12characters. You do nothave to use all 12charac

Seite 1045

RemarksThe security codes for the 34410A/11A/L4411A are set to "AT34410","AT34411", and "ATL4411" respectively when the

Seite 1046

ExampleThe following command sets a new calibration security code (calibrationmemory must be unsecured).CAL:SEC:CODE T3ST_DUT165

Seite 1047

See AlsoCALibration:SECure:STATe

Seite 1048

CALibration:SECure:STATeSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1049

SyntaxCALibration:SECure:STATe <mode>, <code>CALibration:SECure:STATe?

Seite 1050

DescriptionThis command unsecures or secures the instrument for calibration. Tounsecure the instrument, you must provide a security code to preventacc

Seite 1051

ParametersName Type Range of Values Default Value<mode> Boolean {OFF|0|ON|1}This is a requiredparameter.<code>UnquotedASCIIStringA string

Seite 1052

RemarksWhen you first receive your instrument, it is secured. The security code isset to "AT34410", "AT34411", or "ATL4411&qu

Seite 1053

Return FormatThe query command returns "0" (OFF) or "1" (ON) indicating the currentcalibration security setting.

Seite 1054

Commands by Subsystem Other CommandsCALCulate SubsystemCALibration SubsystemCONFigure SubsystemDATA SubsystemDISPlay SubsystemFETCh SubsystemFORMat Su

Seite 1055

ExamplesThe following command unsecures the instrument using the factory defaultsecurity code.CAL:SEC:STAT OFF,AT34410The following query returns the

Seite 1056

See AlsoCALibration:SECure:CODE

Seite 1057

CALibration:STRingSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1058

SyntaxCALibration:STRing "<string>"CALibration:STRing?

Seite 1059

DescriptionThis command allows you to store one message in calibration memory. Forexample, you can store such information as the date when the lastcal

Seite 1060

ParametersName Type Range of Values Default Value<string> QuotedASCIIString A string of up to 40characters enclosed inquotes. You can useletters

Seite 1061

RemarksYou can record a calibration message only from the remote interface andonly when the instrument is unsecured (seeCALibration:SECure:STATe OFF c

Seite 1062

Return FormatThe query command returns an ASCII string enclosed in double quotes. If nocalibration message has been specified, an empty quoted string

Seite 1063

ExamplesThe following commands store a message in calibration memory.CAL:STR "CAL: 21 Nov 2005" or CAL:STR 'CAL: 21 Nov 2005'T

Seite 1064

See AlsoCALibration:SECure:STATe

Seite 1065 - [SENSe:]FRESistance:APERture

ABORtSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 1066

CALibration:STOReSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1067

SyntaxCALibration:STORe

Seite 1068

DescriptionThis command stores the calibration constants in non-volatile memory.For a more detailed discussion of the calibration procedures, seethe A

Seite 1069

RemarksThe CALibration:ADC? and CALibration[:ALL]? commands modify thevolatile versions of the calibration constants. You must use theCALibration:STOR

Seite 1070

ExamplesThe following command stores the calibration constants in non-volatilecalibration memory.CAL:STOR

Seite 1071

See AlsoCALibration:ADC?CALibration[:ALL]?CALibration:SECure:STATe

Seite 1072

CALibration:VALueSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1073

SyntaxCALibration:VALue <value>CALibration:VALue?

Seite 1074

DescriptionThis command specifies the value of the known calibration signal as outlinedin the calibration procedures in the Agilent 34410A/11A/L4411A

Seite 1075

ParametersName Type Range of Values Default Value<value> NumericDesired calibrationsignal in the unitsspecified by thepresent measurementfunctio

Seite 1076

SyntaxABORt

Seite 1077

RemarksRefer to the Agilent 34410A/11A/L4411A Service Guide for detailedprocedures, including how to connect a calibration source, recommendedequipme

Seite 1078 - Typical Response: 1

Return FormatThe query command returns the calibration value in the form"+1.00000000E-01".

Seite 1079

ExamplesThe following command sets calibration value to +10.001010 volts. CAL:VAL 10.001010The following query returns the present calibration value.

Seite 1080 - [SENSe:]FRESistance:NPLC

See AlsoCALibration[:ALL]?

Seite 1081

CONFigure Subsystem IntroductionThe CONFigure command provides the most concise way to program theinstrument for measurements. When you execute this c

Seite 1082

Command Summary CONFigure:CAPacitanceCONFigure:CONTinuityCONFigure:CURRent:ACCONFigure:CURRent[:DC]CONFigure:DIODeCONFigure:FREQuencyCONFigure:FRESist

Seite 1083

Default Settings for the CONFigure CommandWith the CONFigure command, you can select the function, range, andresolution all in one command. All other

Seite 1084 - Resolution

The AC Filter, Autozero, and Null State parameters can be setindividually for each applicable measurement function. However, ineach case, the default

Seite 1085

Using the CONFigure CommandThe following program segment shows how to use the CONFigure commandwith the READ? command to make an externally-triggered

Seite 1086

The following program segment configures the instrument for 2-wire resistancemeasurements, triggers the meter to make one measurement using theINITiat

Seite 1087

DescriptionThis command aborts a measurement in progress.

Seite 1088

CONFigure:CAPacitanceSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1089

SyntaxCONFigure:CAPacitance [{<range>|AUTO|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1090

DescriptionFirst, this command resets all capacitance measurement parameters andtrigger parameters to their default values. Then, it configures the m

Seite 1091

ParametersName Type Range of ValuesDefaultValue<range> NumericDesired range in F(farads):1 nF (MIN)10 nF100 nF1 µF10 µF (MAX)AUTO (autorange)(

Seite 1092

RemarksThe <resolution> parameter is optional, and is in fact ignored. Theresolution is actually fixed at 4½ digits.You can allow the instrument

Seite 1093

ExamplesThe following program segment configures the instrument for capacitancemeasurements. The READ? command places the instrument in the "wait

Seite 1094

See AlsoCONFigure?FETCh?INITiate[:IMMediate]READ?

Seite 1095

CONFigure:CONTinuitySyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1096

SyntaxCONFigure:CONTinuity

Seite 1097

DescriptionFirst, this command resets all continuity measurement parameters andtrigger parameters to their default values. Then, it configures the met

Seite 1098

RemarksThis command may be useful to abort a measurement when theinstrument is waiting for a trigger, for a long measurement (for example,100 plc), or

Seite 1099

RemarksThe range and resolution are fixed for continuity tests. The range is 1 kΩ(a 2-wire resistance measurement).The meter beeps (even if beep is di

Seite 1100

ExamplesThe following program segment configures the instrument for continuitymeasurements. The READ? command places the instrument in the "wait-

Seite 1101

See AlsoCONFigure?FETCh?INITiate[:IMMediate]READ?

Seite 1102

CONFigure:CURRent:ACSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1103

SyntaxCONFigure:CURRent:AC [{<range>|AUTO|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1104

DescriptionFirst, this command resets all ac current measurement parameters andtrigger parameters to their default values. Then, it configures the met

Seite 1105

ParametersName Type Range of Values Default Value<range> NumericDesired range inamps:100 µA (MIN)1 mA10 mA100 mA1 A3 A (MAX)AUTO (autorange)AUTO

Seite 1106

RemarksThe <resolution> parameter is optional, and is in fact ignored. Theresolution is actually fixed at 6½ digits.You can allow the instrument

Seite 1107

ExamplesThe following program segment configures the instrument for ac currentmeasurements. The READ? command places the instrument in the "wait-

Seite 1108

See AlsoCONFigure?FETCh?INITiate[:IMMediate]READ?[SENSe:]CURRent:AC:BANDwidth

Seite 1109

ExampleThe following command aborts the measurement in progress.ABOR

Seite 1110

CONFigure:CURRent[:DC]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1111

SyntaxCONFigure:CURRent[:DC] [{<range>|AUTO|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1112

DescriptionFirst, this command resets all dc current measurement parameters andtrigger parameters to their default values. Then, it configures the met

Seite 1113

ParametersName Type Range of Values Default Value<range> NumericDesired range inamps:100 µA (MIN)1 mA10 mA100 mA1 A 3 A (MAX)AUTO (autorange)AUT

Seite 1114

RemarksYou can allow the instrument to automatically select the measurementrange using autoranging or you can select a fixed range using manualranging

Seite 1115

ExamplesThe following program segment configures the instrument for dc currentmeasurements. The READ? command places the instrument in the "wait-

Seite 1116

See AlsoCONFigure?FETCh?INITiate[:IMMediate]READ?[SENSe:]CURRent[:DC]:ZERO:AUTO

Seite 1117

CONFigure:DIODeSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1118

SyntaxCONFigure:DIODe

Seite 1119

DescriptionFirst, this command resets all diode test parameters and trigger parametersto their default values. Then it configures the meter for diode

Seite 1120

See Also*RSTSYSTem:PRESet

Seite 1121

RemarksThe range and resolution are fixed for diode tests: The range is 1 Vdc (witha 1 mA current source output).The voltage is displayed on the front

Seite 1122

ExamplesThe following program segment configures the instrument for diode tests.The READ? command places the instrument in the "wait-for-trigger&

Seite 1123

See AlsoCONFigure?FETCh?INITiate[:IMMediate]READ?

Seite 1124

CONFigure:FREQuencySyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1125

SyntaxCONFigure:FREQuency [{<range>|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1126

DescriptionFirst, this command resets all frequency measurement parameters andtrigger parameters to their default values. Then, it configures the mete

Seite 1127

ParametersName Type Range of Values Default Value<range> NumericApproximatefrequency of theinput signalin hertz, between3 Hz and 300 kHz.MIN = 3

Seite 1128

RemarksFrequency is measured on ac voltage signals. Thus, the proper ac voltagerange should be set first using the[SENSe:]FREQuency:VOLTage:RANGe[:UPP

Seite 1129

ExamplesThe following program segment configures the instrument for frequencymeasurements. The READ? command places the instrument in the "wait-f

Seite 1130

See AlsoCONFigure?FETCh?INITiate[:IMMediate]READ?[SENSe:]FREQuency:RANGe:LOWer[SENSe:]FREQuency:VOLTage:RANGe[:UPPer]

Seite 1131

CONFigure? DATA Subsystem DATA:COPY DATA:DATA? DATA:DELete DATA:LAST? DATA:POINts:EVENt:THReshold DATA:POINts? DATA:REMove? DISPlay Subsystem DISPlay[

Seite 1132

INITiate[:IMMediate]Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1133

CONFigure:FRESistanceSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1134

SyntaxCONFigure:FRESistance [{<range>|AUTO|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1135

DescriptionFirst, this command resets all resistance measurement parameters andtrigger parameters to their default values. Then, it configures the met

Seite 1136 - [SENSe:]RESistance:APERture

ParametersName Type Range of ValuesDefaultValue<range> NumericDesired range inohms:100Ω (MIN)1 kΩ10 kΩ100 kΩ1 MΩ10 MΩ100 MΩ 1 GΩ (MAX)AUTO (auto

Seite 1137

RemarksYou can allow the instrument to automatically select the measurementrange using autoranging or you can select a fixed range using manualranging

Seite 1138

ExamplesThe following program segment configures the meter for a 4-wire resistancemeasurement. The READ? command places the meter in the "wait-fo

Seite 1139

See AlsoCONFigure:RESistanceCONFigure?FETCh?INITiate[:IMMediate]READ?[SENSe:]FRESistance:OCOMpensated

Seite 1140

CONFigure:PERiodSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1141

SyntaxCONFigure:PERiod [{<range>|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1142

DescriptionFirst, this command resets all period measurement parameters and triggerparameters to their default values. Then, it configures the meter f

Seite 1143

SyntaxINITiate[:IMMediate]

Seite 1144

ParametersName Type Range of Values Default Value<range> NumericApproximate periodof the input signalin seconds, between3.336 µs and333.33 ms.MI

Seite 1145

RemarksPeriod is measured on ac voltage signals. Thus, the proper ac voltagerange should be set first using the[SENSe:]PERiod:VOLTage:RANGe[:UPPer] co

Seite 1146

ExamplesThe following program segment configures the instrument for periodmeasurements. The READ? command places the instrument in the "wait-for-

Seite 1147

See AlsoCONFigure?FETCh?INITiate[:IMMediate]READ?[SENSe:]PERiod:VOLTage:RANGe[:UPPer]

Seite 1148

CONFigure:RESistanceSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1149 - RES:APER:ENAB?

SyntaxCONFigure:RESistance [{<range>|AUTO|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1150

DescriptionFirst, this command resets all resistance measurement parameters andtrigger parameters to their default values. Then, it configures the met

Seite 1151 - [SENSe:]RESistance:NPLC

ParametersName Type Range of ValuesDefaultValue<range> NumericDesired range inohms:100Ω (MIN)1 kΩ10 kΩ100 kΩ1 MΩ10 MΩ100 MΩ 1 GΩ (MAX)AUTO (auto

Seite 1152

RemarksYou can allow the instrument to automatically select the measurementrange using autoranging or you can select a fixed range using manualranging

Seite 1153

ExamplesThe following program segment configures the instrument for 2-wireresistance measurements. The READ? command places the instrument in the"

Seite 1154

DescriptionThis command changes the state of the triggering system from the "idle"state to the "wait-for-trigger" state. Measureme

Seite 1155

See AlsoCONFigure:FRESistanceCONFigure?FETCh?INITiate[:IMMediate]READ?[SENSe:]RESistance:OCOMpensated[SENSe:]RESistance:ZERO:AUTO

Seite 1156

CONFigure:TEMPeratureSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1157

SyntaxCONFigure:TEMPerature [{<probe_type>|DEF}[,{<type>|DEF} [,1 [,{<resolution>|MIN|MAX|DEF}]]]]

Seite 1158

DescriptionFirst, this command resets all temperature measurement parameters andtrigger parameters to their default values. Then, it configures the me

Seite 1159

ParametersName Type Range of ValuesDefaultValue<probe_type> Discrete {FRTD|RTD|FTHermistor|THERmistor}Requiredparameter:DEF setsFRTD<type>

Seite 1160

RemarksFor temperature measurements, the instrument internally selects therange−you cannot select the range to be used. The range ("1" is th

Seite 1161

ExamplesThe following program segment configures the instrument for 5 kΩ, 2-wirethermistor measurements. The INITiate command places the instrument in

Seite 1162

See AlsoCONFigure?FETCh?INITiate[:IMMediate]READ?[SENSe:]TEMPerature:TRANsducer:TYPE[SENSe:]TEMPerature:ZERO:AUTOUNIT:TEMPerature

Seite 1163

CONFigure[:VOLTage]:ACSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1164

SyntaxCONFigure[:VOLTage]:AC [{<range>|AUTO|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1165

RemarksStoring readings in memory using the INITiate command is faster thansending readings to the output buffer using the READ? command. TheINITiate

Seite 1166

DescriptionFirst, this command resets all ac voltage measurement parameters andtrigger parameters to their default values. Then, it configures the met

Seite 1167 - [SENSe:]RESistance:NULL:VALue

ParametersName Type Range of ValuesDefaultValue<range> NumericDesired range involts:100 mV (MIN)1 V10 V100 V1000 V (MAX)AUTO (autorange)AUTO(aut

Seite 1168

RemarksThe <resolution> parameter is optional, and is in fact ignored. Theresolution is actually fixed at 6½ digits.All ranges use the digital a

Seite 1169

ExamplesThe following program segment configures the instrument for ac voltagemeasurements. The READ? command places the instrument in the "wait-

Seite 1170

See AlsoCONFigure?FETCh?INITiate[:IMMediate]READ?[SENSe:]VOLTage:AC:BANDwidth

Seite 1171

CONFigure[:VOLTage][:DC]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1172

SyntaxCONFigure[:VOLTage][:DC] [{<range>|AUTO|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1173

DescriptionFirst, this command resets all dc voltage measurement parameters andtrigger parameters to their default values. Then, it configures the met

Seite 1174

ParametersName Type Range of ValuesDefaultValue<range> NumericDesired range involts:100 mV (MIN)1 V10 V100 V1000 V (MAX)AUTO (autorange)AUTO(aut

Seite 1175

RemarksYou can allow the instrument to automatically select the measurementrange using autoranging or you can select a fixed range using manualranging

Seite 1176

ExampleThe following program segment shows how to use the INITiate commandwith the CONFigure and FETCh? commands. The INITiate command placesthe instr

Seite 1177

ExamplesThe following program segment configures the instrument for dc voltagemeasurements. The READ? command places the instrument in the "wait-

Seite 1178

See AlsoCONFigure?FETCh?INITiate[:IMMediate]READ?[SENSe:]VOLTage[:DC]:ZERO:AUTO

Seite 1179

CONFigure?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1180

SyntaxCONFigure?

Seite 1181

DescriptionThis command returns the present instrument configuration as a quotedstring.

Seite 1182

RemarksEither the *RST command or the Instrument Preset (the SYSTem:PRESetcommand) will set all measurement parameters to their factory settings, clea

Seite 1183 - [SENSe:]RESistance:RANGe:AUTO

Return FormatThe command returns a series of comma-separated fields indicating thepresent function, range, and resolution. The short form of the funct

Seite 1184

ExampleThe following query returns the present configuration of the meter (thequotes are also returned). CONF?Typical Response: "VOLT +1.000000

Seite 1185

See AlsoCONFigure

Seite 1186

DATA Subsystem IntroductionThe DATA commands allow you to access data points in reading memory, todetermine how many points are stored, and to remove

Seite 1187

See AlsoFETCh?READ?ABORt

Seite 1188

Command Summary DATA:COPYDATA:DATA?DATA:DELeteDATA:LAST?DATA:POINts:EVENt:THResholdDATA:POINts:EVENt:THReshold?DATA:POINts?DATA:REMove?

Seite 1189

DATA:COPYSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1190

SyntaxDATA:COPY NVMEM, RDG_STORE

Seite 1191

DescriptionThis command copies the readings in reading memory (RDG_STORE) intonon-volatile memory (NVMEM). Non-volatile memory is not erased by apower

Seite 1192

RemarksRDG_STORE is volatile, and the readings are lost on power-down unlessthe readings have been copied into non-volatile memory.For the 34410A, RDG

Seite 1193

ExamplesThe following command copies all readings (up to the first 50,000 for the34411A/L4411A) from RDG_STORE into non-volatile memory.DATA:COPY NVME

Seite 1194

See AlsoDATA:DATA?DATA:DELete

Seite 1195

DATA:DATA?Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1196

SyntaxDATA:DATA? NVMEM

Seite 1197

DescriptionThis command returns all readings in non-volatle memory (NVMEM).

Seite 1198

OUTPut:TRIGger:SLOPeSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1199 - [SENSe:]RESistance:RESolution

RemarksThe 34410A, 34411A, and L4411A non-volatile memory can store up to50,000 readings.All readings are retrieved from non-volatile memory and sent

Seite 1200

ExamplesThe following command returns all readings from non-volatile memory(NVMEM).DATA:DATA? NVMEM

Seite 1201

See AlsoDATA:COPYDATA:DELete

Seite 1202

DATA:DELeteSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1203

SyntaxDATA:DELete NVMEM

Seite 1204

DescriptionThis command deletes all readings from non-volatile memory (NVMEM).

Seite 1205

RemarksNon-volatile memory is not erased by a power-down cycle. If data hasbeen copied into non-volatile memory (using the DATA:COPY command),use DATA

Seite 1206

ExamplesThe following command deletes all readings from non-volatile memory.DATA:DEL NVMEM

Seite 1208 - [SENSe:]RESistance:ZERO:AUTO?

DATA:LAST?Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1209

SyntaxOUTPut:TRIGger:SLOPe <slope>OUTPut:TRIGger:SLOPe?

Seite 1210

SyntaxDATA:LAST?

Seite 1211

DescriptionThis command returns the last measurement taken. You can execute thiscommand at any time, even during a series of measurements.

Seite 1212

RemarksThe instrument clears all readings from memory after a Factory Reset(*RST command), after an Instrument Preset (SYSTem:PRESet command),or when

Seite 1213

Return FormatThe command returns one reading with units. If no data is available,"9.91000000E+37" is returned.

Seite 1214

ExamplesThe following query returns the last reading taken by the meter.DATA:LAST?Typical Response: +1.73730000E-03 VDC

Seite 1215 - [SENSe:]TEMPerature:APERture

See AlsoDATA:POINts?DATA:REMove?

Seite 1216

DATA:POINts:EVENt:THResholdSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1217

SyntaxDATA:POINts:EVENt:THReshold <num_readings>DATA:POINts:EVENt:THReshold?

Seite 1218

DescriptionThis command sets a bit in the Standard Operation Register group eventregister when the specified number of readings have been stored in re

Seite 1219

ParametersName Type Range of ValuesDefaultValue<num_readings> NumericAny value between1 reading and50,000 readingsfor the 34410A(1,000,000readin

Seite 1220

DescriptionThis command selects the slope of the voltmeter complete output signal onthe rear-panel VM Comp BNC connector. The default is NEG.

Seite 1221

RemarksTo report any subsequent events, the reading count must first drop belowthe programmed threshold before reaching the threshold again.To enable

Seite 1222

Return FormatThe query command returns the number of readings currently specified asthe memory threshold.

Seite 1223

ExamplesThe following command sets the memory threshold to 125 readings.DATA:POIN:EVEN:THR 125The following query reads the memory threshold setting.

Seite 1224

See AlsoDATA:POINts?

Seite 1225

DATA:POINts?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1226

SyntaxDATA:POINts? [{RDG_STORE|NVMEM}]

Seite 1227 - TEMP:APER:ENAB?

DescriptionThis command returns the total number of readings currently stored inreading memory (RDG_STORE, the default) or non-volatile memory(NVMEM).

Seite 1228

RemarksYou can read the count at any time, even during a series ofmeasurements.Reading memory (RDG_STORE) can store up to 50,000 readings for the34410

Seite 1229 - [SENSe:]TEMPerature:NPLC

Return FormatIf "RDG_STORE" (the default) is queried, a value is returned between 0 and50,000 readings for the 34410A, or between 0 and 1,00

Seite 1230

ExampleThe following query returns the number of readings in reading memory.DATA:POIN?Typical Response: +215

Seite 1231

ParametersName Type Range of ValuesDefaultValue<slope> Discrete {POSitive|NEGative} NEG

Seite 1232

See AlsoDATA:POINts:EVENt:THReshold

Seite 1233

DATA:REMove?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1234

SyntaxDATA:REMove? <num_readings>

Seite 1235

DescriptionThis command reads and erases the specified number of readings frommemory. The readings are erased from memory starting with the oldestread

Seite 1236

ParametersName TypeRange ofValuesDefaultValue<num_readings> NumericSpecific numberof readings tobe read anderased frommemory.This is arequiredpa

Seite 1237

RemarksYou can erase readings from memory at any time, even during a series ofmeasurementsYou can store up to 50,000 readings in memory for the 34410A

Seite 1238

Return FormatThe command returns the specified number of readings and then erasesthem from memory. The format of the readings is affected by the FORMa

Seite 1239

ExampleThe following query returns 3 readings (starting with the oldest readingfirst) and erases them from memory. DATA:REM? 3Typical Response: +4.2

Seite 1240

See AlsoDATA:POINts?FORMat[:DATA]R?

Seite 1241

DISPlay Subsystem IntroductionThe DISPlay subsystem commands apply to the 34410A and 34411A only.

Seite 1242

*IDN? *LRN? *OPC *OPC? *PSC *RCL *RST *SAV *SRE *STB? *TRG *TST? *WAI MEASure Subsystem MEASure:CAPacitance? MEASure:CONTinuity? MEASure:CURRent:AC? M

Seite 1243

RemarksSee VM Comp Output for further information.The instrument selects a negative slope after a Factory Reset (*RSTcommand) or an Instrument Preset

Seite 1244

Command Summary DISPlay[:WINDow[1|2][:STATe]]DISPlay[:WINDow[1|2][:STATe]]?DISPlay[:WINDow[1|2]]:TEXT:CLEarDISPlay[:WINDow[1|2]]:TEXT[:DATA]DISPlay[:W

Seite 1245

DISPlay[:WINDow[1|2][:STATe]]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1246

SyntaxDISPlay[:WINDow[1|2][:STATe]] <mode>DISPlay[:WINDow[1|2][:STATe]]?

Seite 1247

DescriptionThis command disables or enables the instrument's front-panel display. Forsecurity reasons or for a slight increase in measurement rat

Seite 1248

ParametersName TypeRange ofValuesDefaultValue<mode> Boolean {OFF|0|ON|1}This is arequiredparameter

Seite 1249

RemarksYou can disable the front-panel display from the remote interface only.Although you can specify "WINDow1" or "WINDow2" in t

Seite 1250

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 1251

ExamplesThe following command disables the front-panel display.DISP OFFThe following query returns the front-panel display setting. DISP?Typical Resp

Seite 1252

See AlsoDISPlay:WINDow2:TEXT:FEEDDISPlay[:WINDow[1|2]]:TEXT:CLEarDISPlay[:WINDow[1|2]]:TEXT[:DATA]

Seite 1253

DISPlay[:WINDow[1|2]]:TEXT:CLEarSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 1254

Return FormatThe query command returns either "POS" or "NEG".

Seite 1255

SyntaxDISPlay[:WINDow[{1|2}]]:TEXT:CLEar

Seite 1256

DescriptionThis command clears the text message displayed on the top line("WINDow1", the default) or bottom line ("WINDow2") of th

Seite 1257

RemarksClearing the text message does not override the display state (seeDISPlay[:WINDow[1|2][:STATe]] command); if the display was disabledprior to c

Seite 1258

ExampleThe following command clears the text message on the top line (the default)of the front panel.DISP:TEXT:CLEarThe following command clears the t

Seite 1259

See AlsoDISPlay:WINDow2:TEXT:FEEDDISPlay[:WINDow[1|2]]:TEXT[:DATA]DISPlay[:WINDow[1|2][:STATe]]

Seite 1260

DISPlay[:WINDow[1|2]]:TEXT[:DATA]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1261 - [SENSe:]TEMPerature:ZERO:AUTO

SyntaxDISPlay[:WINDow[{1|2}]]:TEXT[:DATA] "<string>"DISPlay[:WINDow[{1|2}]]:TEXT[:DATA]?

Seite 1262

DescriptionThis command displays a text message on the top line ("WINDow1") orbottom line ("WINDow2") of the instrument's fro

Seite 1263

ParametersName Type Range of Values Default Value<string>QuotedASCIIStringA string of up to 12(top line) or 18(bottom line)characters enclosedin

Seite 1264

RemarksCommas, periods, and semicolons share a display space with the precedingcharacter (unless it is also a comma, period, or semicolon), and are no

Seite 1265

ExamplesThe following command sets the VM Comp slope to negative.OUTP:TRIG:SLOP NEGThe following query returns currently selected slope.OUTP:TRIG:SLOP

Seite 1266

Return FormatThe query command reads the message currently displayed on the frontpanel in the specified window, and returns an ASCII string enclosed i

Seite 1267

ExamplesThe following commands display a message on the top line ("WINDow1", thedefault) of the front panel (the quotes are not displayed).D

Seite 1268

See AlsoDISPlay[:WINDow[1|2]]:TEXT:CLEarDISPlay:WINDow2:TEXT:FEED

Seite 1269

DISPlay:WINDow2:TEXT:FEEDSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1270

SyntaxDISPlay:WINDow2:TEXT:FEED "<feed>"DISPlay:WINDow2:TEXT:FEED?

Seite 1271

DescriptionThis command selects the measurement or math function to be displayed onthe second display line ("WINDow2"). The <feed> par

Seite 1272

ParametersName Type Range of ValuesDefaultValue<feed>QuotedASCIIStringCALCulate:AVERage[:AVERage]CALCulate:AVERage:MINimumCALCulate:AVERage:MAXi

Seite 1273

RemarksThis command applies only to "WINDow2" (or "WIND2"), the seconddisplay line, not "WINDow1".This command determine

Seite 1274

"CURR:DC"CURRent:AC:PTPeakFUNC"CURR:AC"CURR:AC:PEAK:STATONVOLTage:ACFUNC"FREQ" or FUNC"PER" RESistanceFUNC&quo

Seite 1275

Return FormatThe query returns the currently selected <feed> parameter as a quotedASCII string.

Seite 1276

See AlsoVM Comp Output

Seite 1277

ExamplesThe following command displays ac voltage on the second display("WINDow2"), provided either frequency or period is the current prima

Seite 1278 - [{MIN

See AlsoDISPlay[:WINDow[1|2]]:TEXT[:DATA]DISPlay[:WINDow[1|2]]:TEXT:CLEarDISPlay[:WINDow[1|2][:STATe]]

Seite 1279

FETCh Subsystem IntroductionCommand Summary FETCh?FETCh:CURRent:AC:PTPeak?FETCh:CURRent[:DC]:PEAK:MAXimum?FETCh:CURRent[:DC]:PEAK:MINmum?FETCh:CURRent

Seite 1280

FETCh?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1281

SyntaxFETCh?

Seite 1282

DescriptionThis command transfers readings to the instrument's output buffer whereyou can read them into your computer. The readings are not eras

Seite 1283

RemarksThe FETCh? command will wait until the measurement is complete toterminate.The 34410A provides volatile reading memory for up to 50,000 reading

Seite 1284

Return FormatThe command transfers all readings from memory but does not erase them.The readings are returned in ASCII format.

Seite 1285

ExampleThe following program segment shows how to use the FETCh? command withthe CONFigure and INITiate commands. The INITiate command places theinstr

Seite 1286

See AlsoINITiate[:IMMediate]

Seite 1287

R?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1288

FETCh:CURRent:AC:PTPeak?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1289

SyntaxFETCh:CURRent:AC:PTPeak?

Seite 1290

DescriptionThis command returns the difference between the highest and lowesttransient current levels detected in the most recent ac currentmeasuremen

Seite 1291

RemarksTo obtain a stable measurement, send the FETCh? command first to ensurethe measurement is complete.You must enable ac current measurements befo

Seite 1292

Return FormatThe command returns the peak-to-peak current level detected in the form:+4.27150000E-03.

Seite 1293

ExampleIn the example below, the first command enables peak measurements, andthe second returns the peak-to-peak value:CURR:AC:PEAK:STAT ON FETC:CURR:

Seite 1294

See Also[SENSe:]CURRent:AC:PEAK:STATe

Seite 1295

FETCh:CURRent[:DC]:PEAK:MAXimum?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1296

SyntaxFETCh:CURRent[:DC]:PEAK:MAXimum?

Seite 1297

DescriptionThis command returns the highest transient current level detected in themost recent dc current measurement.

Seite 1298

SyntaxR? [<max_count>]

Seite 1299

RemarksTo obtain a stable measurement, send the FETCh? command first to ensurethe measurement is complete.You must enable dc current measurements befo

Seite 1300

Return FormatThe command returns the maximum transient current level detected in theform: +4.27150000E-03.

Seite 1301

ExampleIn the example below, the first command enables peak measurements, andthe second returns the maximum:CURR[:DC]:PEAK:STAT ON FETC:CURR:DC:PEAK:M

Seite 1302

See AlsoFETCh:CURRent[:DC]:PEAK:MINmum?FETCh:CURRent[:DC]:PTPeak?[SENSe:]CURRent[:DC]:PEAK:STATe

Seite 1303

FETCh:CURRent[:DC]:PEAK:MINimum?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1304

SyntaxFETCh:CURRent[:DC]:PEAK:MINimum?

Seite 1305

DescriptionThis command returns the lowest transient current level detected in themost recent dc current measurement.

Seite 1306

RemarksTo obtain a stable measurement, send the FETCh? command first to ensurethe measurement is complete.You must enable dc current measurements befo

Seite 1307

Return FormatThe command returns the minimum transient current level detected in theform: +4.27150000E-03.

Seite 1308

ExampleIn the example below, the first command enables peak measurements, andthe second returns the minimum:CURR[:DC]:PEAK:STAT ON FETC:CURR:DC:PEAK:M

Seite 1309

DescriptionThis command reads and erases readings from volatile memory up to thespecified <max_count>. The readings are erased from memory start

Seite 1310

See AlsoFETCh:CURRent[:DC]:PEAK:MAXimum?FETCh:CURRent[:DC]:PTPeak?[SENSe:]CURRent[:DC]:PEAK:STATe

Seite 1311

FETCh:CURRent[:DC]:PTPeak?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1312

SyntaxFETCh:CURRent[:DC]:PTPeak?

Seite 1313

DescriptionThis command returns the difference between the highest and lowesttransient current levels detected in the most recent dc currentmeasuremen

Seite 1314

RemarksTo obtain a stable measurement, send the FETCh? command first to ensurethe measurement is complete.You must enable dc current measurements befo

Seite 1315

Return FormatThe command returns the peak-to-peak current level detected in the form:+4.27150000E-03.

Seite 1316

ExampleIn the example below, the first command enables peak measurements, andthe second returns the peak-to-peak value:CURR[:DC]:PEAK:STAT ON FETC:CUR

Seite 1317

See AlsoFETCh:CURRent[:DC]:PEAK:MAXimum?FETCh:CURRent[:DC]:PEAK:MINmum?[SENSe:]CURRent[:DC]:PEAK:STATe

Seite 1318

FETCh:VOLTage:AC:PTPeak?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1319

SyntaxFETCh:VOLTage:AC:PTPeak?

Seite 1320

ParametersName Type Range of ValuesDefaultValue<max_count> NumericMaximum numberof readings to beread and erasedfrom memory.Read anderase allsto

Seite 1321

DescriptionThis command returns the difference between the highest and lowesttransient voltage levels detected in the most recent ac voltagemeasuremen

Seite 1322

RemarksTo obtain a stable measurement, send the FETCh? command first to ensurethe measurement is complete.You must enable ac voltage measurements befo

Seite 1323

Return FormatThe command returns the peak-to-peak voltage level detected in the form:+4.27150000E-03.

Seite 1324

ExampleIn the example below, the first command enables peak measurements, andthe second returns the peak-to-peak value:VOLT:AC:PEAK:STAT ON FETC:VOLT:

Seite 1325

See Also[SENSe:]VOLTage:AC:PEAK:STATe

Seite 1326

FETCh:VOLTage[:DC]:PEAK:MAXimum?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1327

SyntaxFETCh:VOLTage[:DC]:PEAK:MAXimum?

Seite 1328

DescriptionThis command returns the highest transient voltage level detected in themost recent dc voltage measurement.

Seite 1329

RemarksTo obtain a stable measurement, send the FETCh? command first to ensurethe measurement is complete.You must enable dc voltage measurements befo

Seite 1330

Return FormatThe command returns the maximum transient voltage level detected in theform: +4.27150000E-03.

Seite 1331

RemarksThis command differs from the DATA:REMove? command in that R? willread and erase whatever readings are available in memory, up to thespecified

Seite 1332

ExampleIn the example below, the first command enables peak measurements, andthe second returns the maximum:VOLT:DC]:PEAK:STAT ON FETC:VOLT:DC:PEAK:MA

Seite 1333 - [SENSe:]VOLTage:AC:BANDwidth

See AlsoFETCh:VOLTage[:DC]:PEAK:MINmum?FETCh:VOLTage[:DC]:PTPeak?[SENSe:]VOLTage[:DC]:PEAK:STATe

Seite 1334

FETCh:VOLTage[:DC]:PEAK:MINimum?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1335

SyntaxFETCh:VOLTage[:DC]:PEAK:MINimum?

Seite 1336

DescriptionThis command returns the lowest transient voltage level detected in themost recent dc voltage measurement.

Seite 1337

RemarksTo obtain a stable measurement, send the FETCh? command first to ensurethe measurement is complete.You must enable dc voltage measurements befo

Seite 1338

Return FormatThe command returns the minimum transient voltage level detected in theform: +4.27150000E-03.

Seite 1339

ExampleIn the example below, the first command enables peak measurements, andthe second returns the minimum:VOLT[:DC]:PEAK:STAT ON FETC:VOLT:DC:PEAK:M

Seite 1340

See AlsoFETCh:VOLTage[:DC]:PEAK:MAXimum?FETCh:VOLTage[:DC]:PTPeak?[SENSe:]VOLTage[:DC]:PEAK:STATe

Seite 1341

FETCh:VOLTage[:DC]:PTPeak?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1342

Return FormatThe command returns a series of readings in Definite-Length Block format.The syntax is a pound sign (#) followed by a non-zero digit repr

Seite 1343

SyntaxFETCh:VOLTage[:DC]:PTPeak?

Seite 1344

DescriptionThis command returns the difference between the highest and lowesttransient voltage levels detected in the most recent dc voltagemeasuremen

Seite 1345

RemarksTo obtain a stable measurement, send the FETCh? command first to ensurethe measurement is complete.You must enable dc voltage measurements befo

Seite 1346

Return FormatThe command returns the peak-to-peak voltage level detected in the form:+4.27150000E-03.

Seite 1347

ExampleIn the example below, the first command enables peak measurements, andthe second returns the peak-to-peak value:VOLT[:DC]:PEAK:STAT ON FETC:VOL

Seite 1348 - [SENSe:]VOLTage:AC:NULL:VALue

See AlsoFETCh:VOLTage[:DC]:PEAK:MAXimum?FETCh:VOLTage[:DC]:PEAK:MINmum?[SENSe:]VOLTage[:DC]:PEAK:STATe

Seite 1349

FORMat Subsystem IntroductionCommand Summary FORMat:BORDerFORMat:BORDer?FORMat[:DATA]FORMat[:DATA]?

Seite 1350

FORMat:BORDerSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1351

SyntaxFORMat:BORDer {NORMal|SWAPped}FORMat:BORDer?

Seite 1352

DescriptionUsed for binary block transfers only. This command selects the byte order forbinary block transfers using the DATA:REMove? and R? commands.

Seite 1353

MEMory:STATe:RECall:AUTO MEMory:STATe:RECall:SELect MEMory:STATe:VALid? SAMPle Subsystem SAMPle:COUNt SAMPle:COUNt:PRETrigger (34411A only) SAMPle:SOU

Seite 1354

ExampleThis command reads the two oldest readings and erases them from memory. R? 2Typical Response: #231+2.87536000E-04,+3.18131400E-03

Seite 1355

RemarksIn the NORMal byte order (default) the most-significant byte (MSB) of eachdata point is assumed first.In the SWAPped byte order the least-signi

Seite 1356 - [SENSe:]VOLTage:AC:PEAK:STATe

Return FormatThe query command returns "NORM" or "SWAP".

Seite 1357

ExamplesThe following command enables the "swapped" byte order mode.FORM:BORD SWAPThe following query returns the current byte order setting

Seite 1358

See AlsoDATA:REMove?R?

Seite 1359

FORMat[:DATA]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1360

SyntaxFORMat[:DATA] {ASCii | REAL} [, <length>]FORMat[:DATA]?

Seite 1361

DescriptionSpecifies the data format to be either ASCII or REAL. This command onlyaffects the data format of the DATA:REMove? and R? commands.

Seite 1362

ParametersName Type Range of ValuesDefaultValue<length> NumericASCii: "9"REAL: "32" or "64"ASCii: "9"REA

Seite 1363 - [SENSe:]VOLTage:AC:RANGe:AUTO

RemarksIf ASCii is specified, numeric data is transferred as ASCii characters. Thenumbers are separated by commas as specified in IEEE 488.2. The<l

Seite 1364

Return FormatThe query command returns "ASC,9", "REAL,32", or "REAL,64".

Seite 1365

See AlsoDATA:REMove?FETCh?FORMat:BORDerFORMat[:DATA]

Seite 1366

ExamplesEither of the following commands specifies the data format to be 64-bitREAL.FORM:DATA REAL,64orFORM:DATA REALThe following query returns the d

Seite 1367

See AlsoDATA:REMove?FORMat:BORDerR?

Seite 1368

IEEE-488 Common Commands IntroductionCommand Summary *CLS*ESE*ESE?*ESR?*IDN?*LRN?*OPC*OPC?*PSC*PSC?*RCL*RST*SAV*SRE*SRE?*STB?*TRG*TST?*WAI

Seite 1369

*CLSSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 1370

Syntax*CLS

Seite 1371

DescriptionThis command clears the event registers in all register groups. Thiscommand also clears the Error queue.

Seite 1372

ExampleThe following command clears the event register bits.*CLS

Seite 1373

See Also*ESR?

Seite 1374

*ESESyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1375

Syntax*ESE <enable_value>*ESE?

Seite 1376

READ?Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1377

DescriptionThis command enables bits in the enable register for the Standard EventRegister group. The selected bits are then reported to bit 5 of the

Seite 1378

ParametersName Type Range of Values Default Value<enable_value> NumericA decimal valuewhich correspondsto the binary-weighted sum ofthe bits in

Seite 1379 - [SENSe:]VOLTage[:DC]:APERture

RemarksThe following table lists the bit definitions for the Standard Event Register.Bit NumberDecimalValueDefinition0 OperationComplete1All commands

Seite 1380

Use the <enable_value> parameter to specify which bits will be enabled.The decimal value specified corresponds to the binary-weighted sum of the

Seite 1381

Return FormatThe query command reads the enable register and returns a decimal valuewhich corresponds to the binary-weighted sum of all bits set in th

Seite 1382

ExamplesThe following command enables bit 4 (decimal value = 16) in the enableregister. If an Execution Error occurs, this condition will be reported

Seite 1383

See Also*ESR?*PSC

Seite 1384

*ESR?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1385

Syntax*ESR?

Seite 1386

DescriptionThis command queries the event register for the Standard Event Registergroup. This is a read-only register and the bits are not cleared whe

Seite 1387

SyntaxREAD?

Seite 1388

RemarksThe following table lists the bit definitions for the Standard Event Register.Bit NumberDecimalValueDefinition0 OperationComplete1All commands

Seite 1389

In order to be reported to the Standard Event Register, the correspondingbits in the event register must be enabled using the *ESE command.Once a bit

Seite 1390

Return FormatThe command reads the event register and returns a decimal value whichcorresponds to the binary-weighted sum of all bits set in the regis

Seite 1391

ExampleThe following command reads the event register (bits 3 and 4 are set).*ESR?Typical Response: +24

Seite 1393

*IDN?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1394

Syntax*IDN?

Seite 1395

DescriptionThis command reads the instrument's (mainframe) identification stringwhich contains four comma-separated fields. The first field is th

Seite 1396

Return FormatThe command returns a string with the following format:AGILENT TECHNOLOGIES,34410A,<Serial Number>,f.ff-b.bb-aa-pAGILENT TECHNOLOGI

Seite 1397

ExampleThe following query returns the instrument's identification string.*IDN?Typical Response: AGILENT TECHNOLOGIES,34410A,MY12345678,1.00-1.0

Seite 1398

DescriptionThis command changes the instrument's triggering system from the "idle"state to the "wait-for-trigger" state. Meas

Seite 1399

See Also*TST?

Seite 1400

*LRN?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1402

DescriptionThis command returns the learn string, which is an ASCII string of SCPIcommands. This string includes all of the commands required to put t

Seite 1403

Return FormatThe command returns an ASCII string of SCPI commands, delimited withsemicolons (";") between the commands.

Seite 1404

ExampleThe following query returns the learn string.*LRN?Typical Response: A very long string of SCPI commands.

Seite 1405

See Also*RCL*SAV

Seite 1406

*OPCSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 1407

Syntax*OPC

Seite 1408

DescriptionThis command sets the "Operation Complete" bit (bit 0) in the StandardEvent register at the completion of the current operation.F

Seite 1409

RemarksSending the READ? command is similar to sending the INITiate commandfollowed immediately by the FETCh? command.The 34410A provides volatile rea

Seite 1410

RemarksThe purpose of this command is to synchronize your application with theinstrument.Note the difference between the *OPC command and the *OPC? qu

Seite 1411

ExampleThe following command sets the "Operation Complete" bit. *OPC

Seite 1412

See Also*OPC?

Seite 1413

*OPC?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1414

Syntax*OPC?

Seite 1415

DescriptionThis command returns "1" to the output buffer at the completion of thecurrent operation.For more information on the SCPI Status S

Seite 1416

RemarksThe purpose of this command is to synchronize your application with theinstrument.Note the difference between the *OPC? command and the *OPC co

Seite 1417

Return FormatThe command returns "1" to the output buffer.

Seite 1418

ExampleThe following command sends "1" to the output buffer.*OPC?

Seite 1419

See Also*OPC

Seite 1420

Return FormatThe command sends readings directly to reading memory and theinstrument's output buffer. The readings are returned in ASCII format.

Seite 1421

*PSCSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1422

Syntax*PSC {0|1}*PSC?

Seite 1423

DescriptionPower-On Status Clear. This command enables or disables the clearing ofcertain enable registers at power on. With *PSC 0 specified, these r

Seite 1424

Return FormatThe query command returns "0" (do not clear at power on) or "1" (clear atpower on).

Seite 1425

ExamplesThe following command disables the power-on clearing of the affectedregisters.*PSC 0The following query returns the power-on status clear sett

Seite 1426

See Also*SRE*STB?

Seite 1427

*RCLSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 1428

Syntax*RCL {0|1|2|3|4}

Seite 1429

DescriptionThis command recalls the instrument state stored in the specified storagelocation. You cannot recall the instrument state from a storage lo

Seite 1430

RemarksThe instrument has five storage locations in non-volatile memory to storeinstrument states. The instrument uses location 0 to automatically hol

Seite 1431

ExamplesThe following program segment shows how to use the READ? command withthe CONFigure command. The READ? command places the instrument in the&quo

Seite 1432

ExampleThe following command recalls the instrument state previously stored inlocation 1.*RCL 1

Seite 1433

See Also*SAVMEMory:STATe:DELete

Seite 1434

*RSTSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 1435

Syntax*RST

Seite 1436

DescriptionThis command resets the multimeter to the Factory configuration. SeeFactory Reset State for a complete listing of the instrument's Fac

Seite 1437

RemarksThis command does not affect any previously-stored instrument states (see*SAV command).

Seite 1438

ExampleThe following command resets the instrument. *RST

Seite 1439

See AlsoSYSTem:PRESet

Seite 1440

*SAVSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 1441

Syntax*SAV {0|1|2|3|4}

Seite 1442

See AlsoFETCh?FORMat:BORDerFORMat[:DATA]INITiate[:IMMediate]

Seite 1443

DescriptionThis command stores (saves) the current instrument state in the specifiedstorage location. Any state previously stored in the same location

Seite 1444

RemarksThe instrument has five storage locations in non-volatile memory to storeinstrument states. The instrument uses location 0 to automatically hol

Seite 1445

ExampleThe following command stores the current instrument state in location 1.*SAV 1

Seite 1446

See Also*RCLMEMory:STATe:DELete

Seite 1447

*SRESyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1448

Syntax*SRE <enable_value>*SRE?

Seite 1449

DescriptionThis command enables bits in the enable register for the Status ByteRegister group. Once enabled, the corresponding bits may generate aRequ

Seite 1450

ParametersName Type Range of Values Default Value<enable_value> NumericA decimal valuewhich correspondsto the binary-weighted sum ofthe bits in

Seite 1451

RemarksThe following table lists the bit definitions for the Status Byte Register.Bit NumberDecimalValueDefinition0 Not Used 1 Always zero.1 Not Use

Seite 1452

Use the <enable_value> parameter to specify which bits will be enabled.The decimal value specified corresponds to the binary-weighted sum of the

Seite 1453

ROUTe:TERMinals?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1454

Return FormatThe query command reads the enable register and returns a decimal valuewhich corresponds to the binary-weighted sum of all bits set in th

Seite 1455

ExamplesThe following command enables bit 4 (decimal value = 16) in the enableregister.*SRE 16The following query returns which bits are enabled in th

Seite 1456

See Also*STB?

Seite 1457

*STB?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1458

Syntax*STB?

Seite 1459

DescriptionThis command queries the condition register for the Status Byte Registergroup. This command is similar to a Serial Poll but it is processed

Seite 1460

RemarksThe following table lists the bit definitions for the Status Byte Register.Bit NumberDecimalValueDefinition0 Not used 1 Always zero.1 Not Use

Seite 1461

This command returns the same results as a Serial Poll but the "MasterSummary" bit (bit 6) is not cleared if a Serial Poll has occurred.A Fa

Seite 1462

Return FormatThe command reads the condition register and returns a decimal valuewhich corresponds to the binary-weighted sum of all bits set in the r

Seite 1463

ExampleThe following command reads the condition register (bits 3 and 5 are set).*STB?Typical Response: +40

Seite 1464 - STATus Subsystem Introduction

[SENSe:]FREQuency:NULL[:STATe] [SENSe:]FREQuency:NULL:VALue [SENSe:]FREQuency:RANGe:LOWer [SENSe:]FREQuency:VOLTage:RANGe:AUTO [SENSe:]FREQuency:VOLTa

Seite 1465 - Command Summary

SyntaxROUTe:TERMinals?

Seite 1467

*TRGSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 1468

Syntax*TRG

Seite 1469

DescriptionThis command is used in conjunction with the TRIGger:SOURce command totrigger the instrument from the remote interface.

Seite 1470

RemarksUse the TRIGger:SOURce command to select the BUS (software) triggersource.After setting the trigger source, you must place the multimeter in th

Seite 1471

ExampleThe following command triggers the instrument.TRIG:SOUR BUS INIT*TRG

Seite 1473

*TST?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1475 - STATus:OPERation:ENABle?

DescriptionThis command performs a complete self-test of the instrument and returns apass/fail indication. The self-test runs a series of tests and wi

Seite 1476

DescriptionThis command queries the 34410A/34411A multimeter to determinewhether the front or rear input terminals are selected (via the front/rearswi

Seite 1477

RemarksThe 34410A/11A/L4411A self-test takes over five seconds to complete.When sending the *TST? command from the Agilent Connection Expert'Inte

Seite 1478

Return FormatThe command returns "+0" (all tests passed) or "+1" (one or more testsfailed).

Seite 1479

ExampleThe following command performs a self-test and returns a pass/failindication.*TST?Typical Response: +0

Seite 1480

See Also*IDN?

Seite 1481

*WAISyntax | Description | Parameters | Remarks | Return Format | Example

Seite 1482

Syntax*WAI

Seite 1483 - STATus:OPERation[:EVENt]?

DescriptionThis command configures the instrument's output buffer to wait for allpending operations to complete before executing any additional c

Seite 1484

RemarksFunction and range changes are considered pending operations. Therefore,*WAI will cause these changes to occur and complete.

Seite 1485

ExampleThe following command waits until all pending operations complete. *WAI

Seite 1486

See Also*OPC

Seite 1487

RemarksThe front/rear switch is not programmable. This query reports the positionof the switch, but cannot change it.

Seite 1488

MEASure Subsystem IntroductionThe MEASure? command provides the easiest way to program the instrumentfor measurements. However, this command does not

Seite 1489 - Typical Response: +512

Command Summary MEASure:CAPacitance?MEASure:CONTinuity?MEASure:CURRent:AC?MEASure:CURRent[:DC]?MEASure:DIODe?MEASure:FREQuency?MEASure:FRESistance?MEA

Seite 1490

Default Settings for the MEASure? CommandWith the MEASure? command, you can select the function, range, andresolution all in one command. All other me

Seite 1491 - STATus:PRESet

Using the MEASure? CommandThe following command shows how to use the MEASure? command to make ameasurement. This example configures the instrument for

Seite 1492

MEASure:CAPacitance?Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1493

SyntaxMEASure:CAPacitance? [{<range>|AUTO|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1494

DescriptionFirst, this command resets all capacitance measurement parameters andtrigger parameters to their default values. Then, it configures the me

Seite 1495 - STAT:PRES

ParametersName Type Range of ValuesDefaultValue<range> NumericDesired range in F(farads):1 nF (MIN)10 nF100 nF1 µF10 µF (MAX)AUTO (autorange)A

Seite 1496

RemarksThe <resolution> parameter is optional, and is in fact ignored. Theresolution is actually fixed at 4½ digits.You can allow the instrument

Seite 1497

Return FormatThe command returns a single reading.

Seite 1498

Return FormatThe query returns the current state of the front/rear switch: "FRON" or"REAR", indicating which set of terminals are

Seite 1499

ExamplesThe following command configures the instrument for capacitancemeasurements, triggers the meter to take a reading, and then transfers thereadi

Seite 1500

See AlsoCONFigure?FETCh?READ?

Seite 1501

MEASure:CONTinuity?Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1502

SyntaxMEASure:CONTinuity?

Seite 1503 - Typical Response: +4096

DescriptionFirst, this command resets all continuity measurement parameters andtrigger parameters to their default values. Then it configures the mete

Seite 1504

RemarksThe range and resolution are fixed for continuity tests. The range is 1 kΩ(a 2-wire resistance measurement).The meter beeps (even if beep is di

Seite 1505 - STATus:QUEStionable:ENABle

Return FormatThe command returns a single reading.

Seite 1506 - STATus:QUEStionable:ENABle?

ExamplesThe following command configures the instrument for continuitymeasurements, places the instrument in the "wait-for-trigger" state, t

Seite 1507

See AlsoCONFigure?FETCh?READ?

Seite 1508

MEASure:CURRent:AC?Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1509

ExampleThe following query returns the current state of the 34410A/34411Afront/rear switch (the set of input terminals selected).ROUT:TERM?Typical Res

Seite 1510

SyntaxMEASure:CURRent:AC? [{<range>|AUTO|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1511

DescriptionFirst, this command resets all ac current measurement parameters andtrigger parameters to their default values. Then, it configures the met

Seite 1512

ParametersName Type Range of ValuesDefaultValue<range> NumericDesired range inamps:100 µA (MIN)1 mA10 mA100 mA1 A 3 A (MAX)AUTO (autorange)AUTO(

Seite 1513

RemarksThe <resolution> parameter is optional, and is in fact ignored. Theresolution is actually fixed at 6½ digits.You can allow the instrument

Seite 1514 - STATus:QUEStionable[:EVENt]?

Return FormatThe command returns a single reading.

Seite 1515

ExamplesThe following command configures the instrument for ac currentmeasurements, triggers the meter to take a reading, and then transfers thereadin

Seite 1516

See AlsoCONFigure?FETCh?READ?

Seite 1517

MEASure:CURRent[:DC]?Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1518

SyntaxMEASure:CURRent[:DC]? [{<range>|AUTO|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1519

DescriptionFirst, this command resets all dc current measurement parameters andtrigger parameters to their default values. Then, it configures the met

Seite 1520 - Typical Response: +1024

UNIT:TEMPeratureSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1521

ParametersName Type Range of Values Default Value<range> NumericDesired range inamps:100 µA (MIN)1 mA10 mA100 mA1 A 3 A (MAX)AUTO (autorange)AUT

Seite 1522 - SYSTem Subsystem Introduction

RemarksYou can allow the instrument to automatically select the measurementrange using autoranging or you can select a fixed range using manualranging

Seite 1523

Return FormatThe command returns a single reading.

Seite 1524

ExamplesThe following command configures the instrument for dc currentmeasurements, triggers the meter to take a reading, and then transfers thereadin

Seite 1525

See Also[CONFigure?FETCh?READ?

Seite 1526

MEASure:DIODe?Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1527

SyntaxMEASure:DIODe?

Seite 1528

DescriptionFirst, this command resets all diode test parameters and trigger parametersto their default values. Then it configures the meter for diode

Seite 1529

RemarksThe range and resolution are fixed for diode tests: The range is 1 Vdc (witha 1 mA current source output).The voltage is displayed on the front

Seite 1530

Return FormatThe command returns a single reading.

Seite 1531

SyntaxUNIT:TEMPerature <units>UNIT:TEMPerature?

Seite 1532

ExamplesThe following command configures the instrument for diode tests, placesthe instrument in the "wait-for-trigger" state, triggers a t

Seite 1533

See AlsoCONFigure?FETCh?READ?

Seite 1534

MEASure:FREQuency?Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1535

SyntaxMEASure:FREQuency? [{<range>|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1536

DescriptionFirst, this command resets all frequency measurement parameters andtrigger parameters to their default values. Then, it configures the mete

Seite 1537

ParametersName Type Range of Values Default Value<range> NumericApproximatefrequency of theinput signalin hertz, between3 Hz and 300 kHz.MIN = 3

Seite 1538

RemarksFrequency is measured on ac voltage signals. Thus, the proper ac voltagerange should be set first using the[SENSe:]FREQuency:VOLTage:RANGe[:UPP

Seite 1539 - Typical Response: LAN_DHCP

Return FormatThe command returns a single reading.

Seite 1540

ExamplesThe following command configures the instrument for frequencymeasurements, triggers the meter to take a reading, and then transfers thereading

Seite 1541

See AlsoCONFigure?FETCh?READ?[SENSe:]FREQuency:VOLTage:RANGe[:UPPer]

Seite 1542

DescriptionThis command selects the units (°C, °F, or Kelvins) to be used fortemperature measurements. The 34410A/11A/L4411A uses the selectedunit for

Seite 1543

MEASure:FRESistance?Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1544

SyntaxMEASure:FRESistance? [{<range>|AUTO|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1545

DescriptionFirst, this command resets all resistance measurement parameters andtrigger parameters to their default values. Then, it configures the met

Seite 1546 - Typical Response: 5000

ParametersName Type Range of ValuesDefaultValue<range> NumericDesired range inohms:100 Ω (MIN)1 kΩ10 kΩ100 kΩ1 MΩ10 MΩ100 MΩ 1 GΩ (MAX)AUTO (aut

Seite 1547

RemarksYou can allow the instrument to automatically select the measurementrange using autoranging or you can select a fixed range using manualranging

Seite 1548 - SYSTem:COMMunicate:LAN:DDNS

Return FormatThe command returns a single reading.

Seite 1549 - SYSTem:COMMunicate:LAN:DDNS?

ExamplesThe following command configures the instrument for 4-wire measurements,triggers the meter to take a reading, and then transfers the reading t

Seite 1550

See AlsoCONFigure?FETCh?READ?

Seite 1551

MEASure:PERiod?Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1552

SyntaxMEASure:PERiod? [{<range>|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1553

ParametersName Type Range of Values Default Value<units> Discrete {C|F|K}Requiredparameter.

Seite 1554

DescriptionFirst, this command resets all period measurement parameters and triggerparameters to their default values. Then, it configures the meter f

Seite 1555

ParametersName Type Range of Values Default Value<range> NumericApproximate periodof the input signalin seconds, between3.336 µs and333.33 ms.MI

Seite 1556 - SYSTem:COMMunicate:LAN:DHCP

RemarksPeriod is measured on ac voltage signals. Thus, the proper ac voltagerange should be set first using the[SENSe:]PERiod:VOLTage:RANGe[:UPPer] co

Seite 1557 - SYSTem:COMMunicate:LAN:DHCP?

Return FormatThe command returns a single reading.

Seite 1558

ExamplesThe following command configures the instrument for period measurements,triggers the meter to take a reading, and then transfers the reading t

Seite 1559

See AlsoCONFigure?FETCh?READ?[SENSe:]PERiod:VOLTage:RANGe[:UPPer]

Seite 1560

MEASure:RESistance?Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1561

SyntaxMEASure:RESistance? [{<range>|AUTO|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1562

DescriptionFirst, this command resets all resistance measurement parameters andtrigger parameters to their default values. Then, it configures the met

Seite 1563

ParametersName Type Range of ValuesDefaultValue<range> NumericDesired range inohms:100 Ω (MIN)1 kΩ10 kΩ100 kΩ1 MΩ10 MΩ100 MΩ 1 GΩ (MAX)AUTO (aut

Seite 1564 - SYSTem:COMMunicate:LAN:DNS

RemarksThe command also accepts "CEL" or "FAR" for the units parameter, but thequery returns "C" or "F".The te

Seite 1565

RemarksYou can allow the instrument to automatically select the measurementrange using autoranging or you can select a fixed range using manualranging

Seite 1566

Return FormatThe command returns a single reading.

Seite 1567

ExamplesThe following command configures the instrument for 2-wire resistancemeasurements, triggers the meter to take a reading, and then transfers th

Seite 1568

See AlsoCONFigure?FETCh?READ?

Seite 1569

MEASure:TEMPerature?Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1570

SyntaxMEASure:TEMPerature? [{<probe_type>|DEF}[,{<type>|DEF} [,1 [,{<resolution>|MIN|MAX|DEF}]]]]

Seite 1571

DescriptionFirst, this command resets all temperature measurement parameters andtrigger parameters to their default values. Then, it configures the me

Seite 1572 - SYSTem:COMMunicate:LAN:DOMain

ParametersName Type Range of ValuesDefaultValue<probe_type> Discrete {FRTD|RTD|FTHermistor|THERmistor}Requiredparameter:DEF setsFRTD<type>

Seite 1573

RemarksFor temperature measurements, the instrument internally selects therange−you cannot select the range to be used. The range ("1" is th

Seite 1574

Return FormatThe command returns a single reading.

Seite 1575

[SENSe:]TEMPerature:APERture:ENABled [SENSe:]TEMPerature:NPLC [SENSe:]TEMPerature:NULL[:STATe] [SENSe:]TEMPerature:NULL:VALue [SENSe:]TEMPerature:TRAN

Seite 1576

Return FormatThe query command returns "C", "F", or "K".

Seite 1577

ExamplesThe following command configures the instrument for 5 kΩ thermistormeasurements, triggers the meter to take a reading, and then transfers the

Seite 1578

See AlsoCONFigure?FETCh?READ?

Seite 1579

MEASure[:VOLTage]:AC?Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1580

SyntaxMEASure[:VOLTage]:AC? [{<range>|AUTO|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1581

DescriptionFirst, this command resets all ac voltage measurement parameters andtrigger parameters to their default values. Then, it configures the met

Seite 1582

ParametersName Type Range of ValuesDefaultValue<range> NumericDesired range involts:100 mV (MIN)1 V10 V100 V1000 V (MAX)AUTO (autorange)AUTO(aut

Seite 1583

RemarksThe <resolution> parameter is optional, and is in fact ignored. Theresolution is actually fixed at 6½ digits.You can allow the instrument

Seite 1584

Return FormatThe command returns a single reading.

Seite 1585

ExamplesThe following command configures the instrument for ac voltagemeasurements, triggers the meter to take a reading, and then transfers thereadin

Seite 1586

See AlsoCONFigure?FETCh?READ?

Seite 1587

ExamplesThe following command sets the temperature units to °F.UNIT:TEMP FThe following query returns the temperature unit selected.UNIT:TEMP?Typical

Seite 1588

MEASure[:VOLTage][:DC]?Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1589

SyntaxMEASure[:VOLTage][:DC]? [{<range>|AUTO|MIN|MAX|DEF} [,{<resolution>|MIN|MAX|DEF}]]

Seite 1590

DescriptionFirst, this command resets all dc voltage measurement parameters andtrigger parameters to their default values. Then, it configures the met

Seite 1591

ParametersName Type Range of ValuesDefaultValue<range> NumericDesired range involts:100 mV (MIN)1 V10 V100 V1000 V (MAX)AUTO (autorange)AUTO(aut

Seite 1592

RemarksYou can allow the instrument to automatically select the measurementrange using autoranging or you can select a fixed range using manualranging

Seite 1593

Return FormatThe command returns a single reading.

Seite 1594

ExamplesThe following command configures the instrument for dc voltagemeasurements, triggers the meter to take a reading, and then transfers thereadin

Seite 1595

See AlsoCONFigure?FETCh?READ?

Seite 1596

MEMory Subsystem IntroductionCommand Summary MEMory:NSTates?MEMory:STATe:CATalog?MEMory:STATe:DELeteMEMory:STATe:DELete:ALLMEMory:STATe:NAMEMEMory:STA

Seite 1597

MEMory:NSTates?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1598

See AlsoCONFigure:TEMPeratureMEASure:TEMPerature?

Seite 1600

DescriptionThis command returns the total number of memory locations available forstate storage. For the 34410A/11A/L4411A, this command always return

Seite 1601

MEMory:STATe:CATalog?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1602

SyntaxMEMory:STATe:CATalog?

Seite 1603

DescriptionThis command returns the names assigned to storage locations 0 through 4.When shipped from the factory, default names are assigned to stora

Seite 1604

RemarksThis command returns the factory default name for location 0("POWER_DOWN") unless a new name has been defined. Although youcan defin

Seite 1605

Return FormatThis command returns a comma-separated list representing the namesassigned to the storage locations.

Seite 1606

ExampleThe following command returns the names assigned to storage locations 0through 4 (the quotes are also returned for each name).MEM:STAT:CAT?Typi

Seite 1607

See AlsoMEMory:STATe:NAME

Seite 1608

MEMory:STATe:DELeteSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1609

CALCulate Subsystem IntroductionThe Agilent 34410A, 34411A, and L4411A can store readings in memory andperform several mathematical, statistical, and

Seite 1610

SyntaxMEMory:STATe:DELete {0|1|2|3|4}MEMory:STATe:DELete:ALL

Seite 1611

DescriptionThis command deletes the contents of the specified storage location.

Seite 1612

RemarksIf you have named a storage location (see MEMory:STATe:NAMEcommand), deleting the contents of a storage location will reset theassociated name

Seite 1613

ExamplesThe following command deletes the contents of storage location 1. MEM:STAT:DEL 1The following command deletes the contents of storage locatio

Seite 1614

See Also*SAV*RCL

Seite 1615

MEMory:STATe:NAMESyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1616

SyntaxMEMory:STATe:NAME {0|1|2|3|4} [,<name>]MEMory:STATe:NAME? {0|1|2|3|4}

Seite 1617

DescriptionThis command assigns a name to the specified storage location. You canname a location from the front panel or over the remote interface. Th

Seite 1618

ParametersName Type Range of Values Default Value<name>ASCIIStringA string of up to 12characters. The firstcharacter must be aletter (A-Z), but

Seite 1619

RemarksAlthough you can assign a name to location 0, the name will beoverwritten when the power is cycled and a new power-down state isstored in this

Seite 1620

Command Summary Select and Enable Functions CALCulate:FUNCtion CALCulate:FUNCtion)" href="Limits/CALCulate_LIMit_LOWer.htm">

Seite 1621

Return FormatThe query command reads the name assigned to the specified storagelocation and returns an ASCII string. If the specified location has no

Seite 1622

ExamplesThe following command assigns a name to storage location 1. MEM:STAT:NAME 1,TEST_RACK_1The following query returns the name assigned to stora

Seite 1623

See AlsoMEMory:STATe:CATalog?*SAV*RCL

Seite 1624

MEMory:STATe:RECall:AUTOSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1625

SyntaxMEMory:STATe:RECall:AUTO <mode>MEMory:STATe:RECall:AUTO?

Seite 1626

DescriptionThis command disables or enables the automatic recall of a specific storedinstrument state when power is turned on. Select "ON" t

Seite 1627

ParametersName TypeRange ofValuesDefault Value<mode> Boolean {OFF|0|ON|1}This is arequiredparameter

Seite 1628

RemarksWith the *SAV command, you can use location 0 to store a fifth instrumentstate. However, keep in mind that location 0 is automatically overwrit

Seite 1629

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 1630 - SYSTem:COMMunicate:LAN:MAC?

ExamplesThe following command disables automatic recall of the power-down state. MEM:STAT:REC:AUTO OFFThe following query returns the automatic recal

Seite 1631

CALCulate:AVERage:SDEViation?

Seite 1632

See AlsoMEMory:STATe:RECall:SELect*SAV

Seite 1633

MEMory:STATe:RECall:SELectSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1634

SyntaxMEMory:STATe:RECall:SELect {0|1|2|3|4}MEMory:STATe:RECall:SELect?

Seite 1635 - SYST:COMM:LAN:MAC?

DescriptionThis command selects which instrument state will be used at power on if theautomatic recall mode is enabled (see MEMory:STATe:RECall:AUTO O

Seite 1636

RemarksRegardless of which instrument state is specified, the power-down state isautomatically stored in location 0.When shipped from the factory, sto

Seite 1637

Return FormatThe query command returns "0", "1", "2", "3", or "4" indicating whichinstrument state w

Seite 1638

ExamplesThe following command selects instrument state 2 to be used at power-on. MEM:STAT:REC:SEL 2The following query returns the instrument state s

Seite 1639

See AlsoMEMory:STATe:RECall:AUTO*SAV

Seite 1640

MEMory:STATe:VALid?Syntax | Description | Parameters | Remarks | Return Format | Example

Seite 1641

SyntaxMEMory:STATe:VALid? {0|1|2|3|4}

Seite 1642

CALCulate:FUNCtionSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1643

DescriptionThis command queries the specified storage location to determine if a validstate is currently stored in this location.

Seite 1644

RemarksYou can use this command before sending the *RCL command todetermine if a state has been previously stored in this location.

Seite 1645

Return FormatThe command returns "0" if no state has been stored or if it has beendeleted. It returns "1" if a valid state is stor

Seite 1646

ExampleThe following command returns the state of storage location 3.MEM:STAT:VAL? 3Typical Response: 0

Seite 1647

See Also*RCL*SAV

Seite 1648

SAMPle Subsystem IntroductionThe SAMPle commands are used with the TRIGger commands to set up thetriggering parameters. Use the SAMPle commands to set

Seite 1649

It is recommended that all triggered measurements be made usingan appropriate fixed manual range. That is, turn autorange off(SENSe:<function>:

Seite 1650

Command Summary SAMPle:COUNtSAMPle:COUNt?SAMPle:COUNt:PRETriggerSAMPle:COUNt:PRETrigger?SAMPle:SOURceSAMPle:SOURce?SAMPle:TIMerSAMPle:TIMer?

Seite 1651 - SYSTem:COMMunicate:LAN:SMASk

SAMPle:COUNtSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1652

SyntaxSAMPle:COUNt {<count>|MIN|MAX|DEF}SAMPle:COUNt? [{MIN|MAX}]

Seite 1653

SyntaxCALCulate:FUNCtion {NULL | DB | DBM | AVERage | LIMit}CALCulate:FUNCtion?

Seite 1654

DescriptionThis command selects the number of readings (samples) the meter will takeper trigger.It is recommended that all triggered measurements be m

Seite 1655

ParametersName Type Range of Values Default Value<count> Numeric1 to 50,000 samples(34410A) 1 to 1,000,000 samples(34411A/L4411A)MIN = 1 sampleM

Seite 1656

RemarksThe front-panel sample annunciator ( "*" ) turns on during eachmeasurement at slower rates. However, the annunciator toggles at a fix

Seite 1657

Return FormatThe query command returns the sample count in the form "+1".

Seite 1658

ExamplesThe following command sets the meter's sample count to 10. When atrigger is received from the selected trigger source, the meter will ma

Seite 1659

See AlsoSAMPle:COUNt:PRETriggerSAMPle:SOURceSAMPle:TIMerTRIGger:COUNtTRIGger:SOURce

Seite 1660

SAMPle:COUNt:PRETrigger (34411A/L4411A)Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1661

SyntaxSAMPle:COUNt:PRETrigger {<PTcount>|MIN|MAX|DEF}SAMPle:COUNt:PRETrigger? [{MIN|MAX}]

Seite 1662

DescriptionThe Agilent 34411A/L4411A provides a pretrigger feature that allowscollection of the data being digitized before the trigger. This commandr

Seite 1663

ParametersName Type Range of Values Default Value<PTcount> Numeric0 to 999,999 samplesMIN = 0 sampleMAX = 999,999 samples(MAX = 10,000 samplesif

Seite 1664

DescriptionThis command selects the calculation function to be used. The defaultfunction is NULL.The null function provided in this command is for com

Seite 1665

RemarksThis command is supported by the 34411A and L4411A, but not the34410A.The 34411A/L4411A provides the pre-trigger feature for all measurementfun

Seite 1666

trigger sample):Pretrigger Sample Count ≤ Sample Count - 1If any of the calculation functions are on (CALC:STAT ON), the pretriggercount is further li

Seite 1667

Return FormatThe query command returns the pretrigger sample count in the form "+1".

Seite 1668

ExamplesThe following commands set the sample count to 10,000 and the pretriggersample count to 5000 (so that 5000 samples will be taken before thetri

Seite 1669

See AlsoSAMPle:COUNt

Seite 1670

SAMPle:SOURceSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1671

SyntaxSAMPle:SOURce {IMMediate|TIMer}SAMPle:SOURce?

Seite 1672

DescriptionThis command works in conjunction with the TRIGger:DELay command andthe SAMPle:TIMer command to determine sample timing when the samplecoun

Seite 1673

(SENSe:<function>:RANGe:AUTO OFF), or set a fixed range usingthe SENSe:<function>:RANGe, CONFigure, or MEASure command.

Seite 1674

RemarksThis command has no effect if the sample count is 1 (see SAMPle:COUNt).After setting the sample count, sample source, and the sample interval o

Seite 1675 - SYSTem:BEEPer:STATe

RemarksSend CALCulate:FUNCtion AVERage to enable statistics. When statisticsare enabled, the average (mean), minimum, maximum, peak-to-peak,count, and

Seite 1676 - SYSTem:BEEPer:STATe?

Return FormatThe query command returns "IMM" or "TIM".

Seite 1677

ExamplesThe following example sets the meter's sample source to "TIM". The INITcommand sets the meter to the "wait-for-trigger&quo

Seite 1678

See AlsoTRIGger:COUNtTRIGger:DELayTRIGger:SOURceSAMPle:COUNtSAMPle:TIMer

Seite 1679

SAMPle:TIMerSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1680

SyntaxSAMPle:TIMer {<interval>|MIN|MAX}SAMPle:TIMer? [{MIN|MAX}]

Seite 1681

DescriptionThis command sets a sample interval for timed sampling when the samplecount is greater than one. Use the SAMPle:SOURce command to set theTI

Seite 1682

ParametersName Type Range of ValuesDefaultValue<interval> NumericMIN to ~3600 seconds(~20 µs steps).*MIN = measurementdependent,MAX = ~3600 s.T

Seite 1683 - SYSTem:BEEPer[:IMMediate]

RemarksThe value of MIN is measurement dependent. It depends on the integrationtime (resolution), whether autozero is on, whether autorange is on, and

Seite 1684

Return FormatThe query command returns the sample interval in seconds. If you includeMIN or MAX in the query, the returned value is the minimum or max

Seite 1685

ExamplesThe following example sets the meter's sample interval to 0.1 seconds. TheINIT command sets the meter to the "wait-for-trigger"

Seite 1686

STATus Subsystem STATus:OPERation:CONDition? STATus:OPERation:ENABle STATus:OPERation[:EVENt]? STATus:PRESet STATus:QUEStionable:CONDition? STATus:QUE

Seite 1687 - SYST:BEEP

Return FormatThe query returns the currently selected function: NULL, DB, DBM, AVER, orLIM.

Seite 1688

See AlsoTRIGger:COUNtTRIGger:DELayTRIGger:SOURceSAMPle:COUNtSAMPle:SOURce

Seite 1689 - SYSTem:COMMunicate:ENABle

SENSe Subsystem IntroductionCommand Summary AC Voltage [SENSe:]VOLTage:AC:BANDwidth [SENSe:]VOLTage:AC:BANDwidth? [SENSe:]VOLTage:AC:NULL[

Seite 1690

[SENSe:]VOLTage[:DC]:NULL:VALue? [SENSe:]VOLTage[:DC]:PEAK:STATe [SENSe:]VOLTage[:DC]:PEAK:STATe? [SENSe:]VOLTage[:DC]:RANGe:AUTO

Seite 1691

[SENSe:]CURRent[:DC]:APERture:ENABled [SENSe:]CURRent[:DC]:APERture:ENABled? [SENSe:]CURRent[:DC]:NPLC [SENSe:]CURRent[:DC]:NPLC?

Seite 1692

[SENSe:]RESistance:NULL:VALue? [SENSe:]RESistance:OCOMpensated [SENSe:]RESistance:OCOMpensated? [SENSe:]RESistance:RANGe:AUTO [SE

Seite 1693

[SENSe:]FRESistance:RESolution [SENSe:]FRESistance:RESolution? Frequency [SENSe:]FREQuency:APERture [SENSe:]FREQuency:APERture?

Seite 1694

[SENSe:]PERiod:VOLTage:RANGe[:UPPer]? Temperature [SENSe:]TEMPerature:APERture [SENSe:]TEMPerature:APERture? [SENSe:]TEMPerature:

Seite 1695

[SENSe:]TEMPerature:ZERO:AUTO [SENSe:]TEMPerature:ZERO:AUTO? Capacitance [SENSe:]CAPacitance:NULL[:STATe] [SENSe:]CAPacitance:NULL[:S

Seite 1696

[SENSe:]FUNCtion[:ON]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1697

Syntax[SENSe:]FUNCtion[:ON] "<function>"[SENSe:]FUNCtion[:ON]?

Seite 1698

ExamplesThe following command sets the function to be calculated to DBM.CALC:FUNC DBMThe following query returns the currently enabled calculation fun

Seite 1699

DescriptionThis command selects the measurement function (all function-relatedmeasurement attributes are retained).

Seite 1700

ParametersName Type Range of ValuesDefaultValue<function> DiscreteDesired functionenclosed in quotes:CAPacitanceCONTinuityCURRent:ACCURRent[:DC]

Seite 1701

RemarksIf you change the measurement function, all measurement attributes ofthe previous function (range, resolution, etc.) are remembered. If youretu

Seite 1702

Return FormatThe query command returns an ASCII string enclosed in double quotes. Theshort form of the function name is always returned (e.g., "C

Seite 1703

ExamplesThe following commands select the ac voltage function (double or singlequotes are allowed).FUNC "VOLT:AC" or FUNC 'VOLT:A

Seite 1704

See AlsoCONFigure Commands

Seite 1705 - SYSTem:ERRor[:NEXT]?

[SENSe:]CAPacitance:NULL[:STATe]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1706

Syntax[SENSe:]CAPacitance:NULL[:STATe] {ON|OFF}[SENSe:]CAPacitance:NULL[:STATe]?

Seite 1707

DescriptionThis command turns the null function on or off for capacitancemeasurements.

Seite 1708

RemarksUse the [SENSe:]CAPacitance:NULL:VALue command to set the null value.The CONFigure:CAPacitance and MEASure:CAPacitance? commands turnoff the nu

Seite 1709

See AlsoCALCulate:STATe

Seite 1710 - SYST:ERR?

Return FormatThe query command returns the null state, either "1" (ON), or "0" (OFF).

Seite 1711

ExamplesThe following command turns the null function off.CAP:NULL:STAT OFFThe following query returns the null state.CAP:NULL:STAT?Typical Response:

Seite 1712 - SYSTem:HELP?

See Also[SENSe:]CAPacitance:NULL:VALueCONFigure:CAPacitanceMEASure:CAPacitance?

Seite 1713

[SENSe:]CAPacitance:NULL:VALueSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1714

Syntax[SENSe:]CAPacitance:NULL:VALue {<value>|MIN|MAX}[SENSe:]CAPacitance:NULL:VALue? [{MIN|MAX}]

Seite 1715

DescriptionThis command stores a null value for capacitance measurements. The nullvalue is subtracted from each sample if the null state is turned on.

Seite 1716

ParametersThe <value> parameter can take any value between -120% and +120% ofthe highest range for the present function. MIN = -120% of the high

Seite 1717

RemarksTo use the null value, you will also need to turn on the null state with the[SENSe:]CAPacitance:NULL[:STATe] command.When using this command, i

Seite 1718 - SYSTem:LANGuage

Return FormatThe query command returns the null value in the form "+1.00000000E-02".

Seite 1719 - SYSTem:LANGuage?

ExamplesThe following command sets the null value to -0.25.CAP:NULL:VAL -0.25The following query returns the null value.CAP:NULL:VAL?Typical Response:

Seite 1720

CALCulate:STATeSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1721

See Also[SENSe:]CAPacitance:NULL[:STATe]

Seite 1722

[SENSe:]CAPacitance:RANGe:AUTOSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1723

Syntax[SENSe:]CAPacitance:RANGe:AUTO <mode>[SENSe:]CAPacitance:RANGe:AUTO?

Seite 1724

DescriptionThis command disables or enables autoranging for capacitancemeasurements. Autoranging is convenient because the instrumentautomatically sel

Seite 1725

ParametersName Type Range of Values Default Value<mode> Boolean {OFF|0|ON|1|ONCE}This is arequiredparameter

Seite 1726 - SYSTem:LFRequency

RemarksAutorange thresholds:Down range at: <10% of rangeUp range at: >120% of rangeWith autoranging enabled, the instrument selects the appropri

Seite 1727 - SYSTem:LFRequency?

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 1728

ExamplesThe following command disables autoranging.CAP:RANG:AUTO OFFThe following query returns the autoranging settings.CAP:RANG:AUTO?Typical Respons

Seite 1729

See AlsoCONFigure:CAPacitance[SENSe:]CAPacitance:RANGe[:UPPer]

Seite 1730

[SENSe:]CAPacitance:RANGe[:UPPer]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1731 - Typical Response: +60

SyntaxCALCulate[:STATe] {OFF | ON}CALCulate:STATe?

Seite 1732

Syntax[SENSe:]CAPacitance:RANGe[:UPPer] {<range>|MIN|MAX|DEF}[SENSe:]CAPacitance:RANGe[:UPPer]? [{MIN|MAX}]

Seite 1733 - SYSTem:LFRequency:ACTual

DescriptionThis command selects the measurement range for capacitancemeasurements.

Seite 1734 - SYSTem:LFRequency:ACTual?

ParametersName Type Range of Values Default Value<range> NumericDesired range in F(farads):1 nF (MIN)10 nF100 nF1 µF (DEF)10 µF (MAX)This is a

Seite 1735

RemarksSelecting a discrete range will disable autoranging.If the input signal is greater than can be measured on the selected range(manual ranging),

Seite 1736

Return FormatThe query command returns the range in the form "+1.00000000E-01".

Seite 1737

ExamplesThe following command selects the 1 nF range.CAP:RANG 1 nF or CAP:RANG 0.000000001 or CAP:RANG1.0E-9The following query returns

Seite 1738 - SYST:LFR:ACT?

See AlsoCONFigure:CAPacitance[SENSe:]CAPacitance:RANGe:AUTO

Seite 1739

[SENSe:]CURRent:AC:BANDwidthSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1740 - SYSTem:LOCK:NAME?

Syntax[SENSe:]CURRent:AC:BANDwidth {<filter>|MIN|MAX|DEF}[SENSe:]CURRent:AC:BANDwidth? [{MIN|MAX}]

Seite 1741

DescriptionThis command sets the bandwidth for ac current measurements. Theinstrument uses three different ac filters for ac current measurements. The

Seite 1742

DescriptionThis command turns the CALCulate subsystem, and thus the selectedcalculation function, on or off.

Seite 1743

ParametersName Type Range of Values Default Value<filter> Discrete{3|20|200}MIN = 3 Hz (slow), MAX = 200 Hz(fast)This is a requiredparameterDEF

Seite 1744

RemarksThe <filter> parameter takes on one of three discrete values: 3, 20, or200. However, you can enter the lowest expected frequency that you

Seite 1745 - SYST:LOCK:NAME?

Return FormatThe query command returns "3.0000000" (slow), "2.0000000E+1"(medium), or "2.0000000E+2" (fast).

Seite 1746

ExamplesEither of the following commands selects the slow filter (3 Hz).CURR:AC:BAND 3Either of the following queries returns the current ac filter se

Seite 1747 - SYSTem:LOCK:OWNer?

See AlsoCONFigure:CURRent:AC

Seite 1748

[SENSe:]CURRent:AC:NULL[:STATe]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1749

Syntax[SENSe:]CURRent:AC:NULL[:STATe] {ON|OFF}[SENSe:]CURRent:AC:NULL[:STATe]?

Seite 1750

DescriptionThis command turns the null function on or off for ac current measurements.

Seite 1751

RemarksUse the [SENSe:]CURRent:AC:NULL:VALue command to set the null value.The CONFigure:CURRent:AC and MEASure:CURRent:AC? commands turnoff the null

Seite 1752 - SYST:LOCK:OWN?

Return FormatThe query command returns the null state, either "1" (ON), or "0" (OFF).

Seite 1753

RemarksThe calculation function to be used is selected using theCALCulate:FUNCtion command.CALCulate:STATe is set to OFF when the measurement function

Seite 1754 - SYSTem:LOCK:RELease

ExamplesThe following command turns the null function off.CURR:AC:NULL:STAT OFFThe following query returns the null state.CURR:AC:NULL:STAT?Typical Re

Seite 1755

See Also[SENSe:]CURRent:AC:NULL:VALueCONFigure:CURRent:ACMEASure:CURRent:AC?

Seite 1756

[SENSe:]CURRent:AC:NULL:VALueSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1757

Syntax[SENSe:]CURRent:AC:NULL:VALue {<value>|MIN|MAX}[SENSe:]CURRent:AC:NULL:VALue? [{MIN|MAX}]

Seite 1758

DescriptionThis command stores a null value for ac current measurements. The nullvalue is subtracted from each sample if the null state is turned on.

Seite 1759

ParametersThe <value> parameter can take any value between -120% and +120% ofthe highest range for the present function. MIN = -120% of the high

Seite 1760 - SYSTem:LOCK:REQuest?

RemarksTo use the null value, you will also need to turn on the null state with the[SENSe:]CURRent:AC:NULL[:STATe] command.When using this command, it

Seite 1761

Return FormatThe query command returns the null value in the form "+1.00000000E-02".

Seite 1762

ExamplesThe following command sets the null value to -0.25.CURR:AC:NULL:VAL -0.25The following query returns the null value.CURR:AC:NULL:VAL?Typical R

Seite 1763

See Also[SENSe:]CURRent:AC:NULL[:STATe]

Seite 1764

Return FormatThe query returns the current calculation state: "0" (OFF) or "1" (ON).

Seite 1765 - Typical Response: +1

[SENSe:]CURRent:AC:PEAK:STATeSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1766

Syntax[SENSe:]CURRent:AC:PEAK:STATe {ON|OFF}[SENSe:]CURRent:AC:PEAK:STATe?

Seite 1767 - SYSTem:PRESet

DescriptionThis command (when STATe= ON) configures the ac current measurementfunction to also produce peak-to-peak measurements, which may beretrieve

Seite 1768

RemarksUse the FETCh:CURRent:AC:PTPeak? commands to retrieve the peakcurrent data.A Factory Reset (*RST command) or an Instrument Preset(SYSTem:PRESet

Seite 1769

Return FormatThe query command returns the state, either "1" (ON), or "0" (OFF).

Seite 1770

ExamplesThe following command turns the peak current function on.CURR:AC:PEAK:STAT ONThe following query returns the state.CURR:AC:PEAK:STAT?Typical R

Seite 1771 - SYST:PRES

See AlsoFETCh:CURRent:AC:PTPeak?

Seite 1772

[SENSe:]CURRent:AC:RANGe:AUTOSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1773 - SYSTem:SECurity:IMMediate

Syntax[SENSe:]CURRent:AC:RANGe:AUTO <mode>[SENSe:]CURRent:AC:RANGe:AUTO?

Seite 1774

DescriptionThis command disables or enables autoranging for ac currentmeasurements. Autoranging is convenient because the instrumentautomatically sele

Seite 1775

ExampleThe following command sets the calculation state to "ON".CALC:STAT ONThe following query returns the current calculation state.CALC:S

Seite 1776 - (*RST command) values

ParametersName Type Range of ValuesDefaultValue<mode> Boolean {OFF|0|ON|1|ONCE}AutorangeON

Seite 1777 - SYST:SEC:IMM

RemarksAutorange thresholds:Down range at: <10% of rangeUp range at: >120% of rangeWith autoranging enabled, the instrument selects the appropri

Seite 1778

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 1779 - SYSTem:VERSion?

ExamplesThe following command disables autoranging.CURR:AC:RANG:AUTO OFFThe following query returns the autoranging settings.CURR:AC:RANG:AUTO?Typical

Seite 1780

See AlsoCONFigure:CURRent:AC[SENSe:]CURRent:AC:RANGe

Seite 1781

[SENSe:]CURRent:AC:RANGe[:UPPer]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1782

Syntax[SENSe:]CURRent:AC:RANGe[:UPPer] {<range>|MIN|MAX|DEF}[SENSe:]CURRent:AC:RANGe[:UPPer]? [{MIN|MAX}]

Seite 1783 - Typical Response: 1994.0

DescriptionThis command selects the measurement range for ac current measurements.

Seite 1784

ParametersName Type Range of Values Default Value<range> DiscreteDesired range inamps:100 µA (MIN)1 mA10 mA100 mA1 A3 A (MAX)This is arequiredpa

Seite 1785

RemarksSelecting a discrete range will disable autoranging.If the input signal is greater than can be measured on the selected range(manual ranging),

Seite 1786

See AlsoCALCulate:FUNCtion

Seite 1787 - TRIGger:COUNt

Return FormatThe query command returns the range in the form "+1.00000000E-01".

Seite 1788 - TRIGger:COUNt? [{MIN

ExamplesThe following command selects the 100 mA range.CURR:AC:RANG 0.1The following query returns the selected range.CURR:AC:RANG?Typical Response:

Seite 1789

See AlsoCONFigure:CURRent:AC[SENSe:]CURRent:AC:RANGe:AUTO

Seite 1790

[SENSe:]CURRent[:DC]:APERtureSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1791

Syntax[SENSe:]CURRent[:DC]:APERture {<seconds>|MIN|MAX|DEF}[SENSe:]CURRent[:DC]:APERture? [{MIN|MAX}]

Seite 1792

DescriptionThis command selects the integration time in seconds (called aperture time)for dc current measurements.You should use this command only whe

Seite 1793

ParametersName Type Range of Values*DefaultValue<seconds> NumericDesired aperture timein seconds:34410A: ~100 µs to~1 s (with ~20 µsresolution)

Seite 1794

RemarksDue to internal quantization, the actual aperture that you set may beslightly different than your specified value. The increment is approximate

Seite 1795 - TRIGger:DELay

Return FormatThe query command returns the aperture time in the form "+1.00000000E-01".

Seite 1796 - TRIGger:DELay? [{MIN

ExamplesThe following command sets the aperture time to 300 ms.CURR:DC:APER 300E-03The following query returns the aperture time selected.CURR:DC:APER

Seite 1797

SYSTem:COMMunicate:ENABle SYSTem:COMMunicate:GPIB[:SELF]:ADDRess SYSTem:ERRor[:NEXT]? SYSTem:HELP? SYSTem:LANGuage SYSTem:LFRequency? SYSTem:LFRequenc

Seite 1798

CALCulate:LIMit:LOWerSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1799

See AlsoCONFigure:CURRent[:DC][SENSe:]CURRent[:DC]:APERture:ENABled

Seite 1800

[SENSe:]CURRent[:DC]:APERture:ENABledSyntax | Description | Parameters | Remarks | Return Format | Example

Seite 1801

Syntax[SENSe:]CURRent[:DC]:APERture:ENABled {ON|OFF}[SENSe:]CURRent[:DC]:APERture:ENABled?

Seite 1802

DescriptionThis command queries whether the aperture time mode is enabled ordisabled for dc current measurements. If aperture time mode is disabled, t

Seite 1803 - TRIGger:DELay:AUTO

RemarksThe CONFigure:CURRent[:DC], MEASure:CURRent[:DC]?,[SENSe:]CURRent[:DC]:NPLC, and [SENSe:]CURRent[:DC]:RESolutioncommands disable the aperture t

Seite 1804 - TRIGger:DELay:AUTO?

Return FormatThe query command returns "0" if the aperture time mode is disabled or "1"if the aperture time mode is enabled.

Seite 1805

ExampleThe following command returns the state of the aperture time mode.CURR:DC:APER:ENAB?Typical Response: 1

Seite 1806

See AlsoCONFigure:CURRent[:DC][SENSe:]CURRent[:DC]:APERture

Seite 1807

[SENSe:]CURRent[:DC]:NPLCSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1808

Syntax[SENSe:]CURRent[:DC]:NPLC {<PLCs>|MIN|MAX|DEF}[SENSe:]CURRent[:DC]:NPLC? [{MIN|MAX}]

Seite 1809

SyntaxCALCulate:LIMit:LOWer {<value> | MINimum | MAXimum}CALCulate:LIMit:LOWer? {MINimum | MAXimum}

Seite 1810

DescriptionThis command sets the integration time in number of power line cycles(PLCs) for dc current measurements. Integration time affects themeasur

Seite 1811 - TRIGger:LEVel (34411A/L4411A)

ParametersName Type Range of Values*DefaultValue<PLCs> Discrete34410A: {0.006|0.02|0.06|0.2|1|2|10|100}MIN = 0.006 PLC, MAX = 100 PLC34411A/L4

Seite 1812 - TRIGger:LEVel? [{MIN

RemarksSelecting an integration time with this command changes any aperture setwith the [SENSe:]CURRent[:DC]:APERture command.Only those integration

Seite 1813

(*RST command) or an Instrument Preset (SYSTem:PRESet command).

Seite 1814

Return FormatThe query command returns the integration time in the form"+1.00000000E+00".

Seite 1815

ExamplesThe following command set the integration time to 0.2 PLCs.CURR:DC:NPLC 0.2The following query returns the integration time settings.CURR:DC:N

Seite 1816

See AlsoCONFigure:CURRent[:DC][SENSe:]CURRent[:DC]:APERture[SENSe:]CURRent[:DC]:RESolution

Seite 1817

[SENSe:]CURRent[:DC]:NULL[:STATe]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1818

Syntax[SENSe:]CURRent[:DC]:NULL[:STATe] {ON|OFF}[SENSe:]CURRent[:DC]:NULL[:STATe]?

Seite 1819 - TRIGger:SLOPe

DescriptionThis command turns the null function on or off for dc current measurements.

Seite 1820 - TRIGger:SLOPe?

DescriptionThis command sets the lower limit for the present measurement function(used in limit testing).

Seite 1821

RemarksUse the [SENSe:]CURRent[:DC]:NULL:VALue command to set the nullvalue.The CONFigure:CURRent[:DC] and MEASure:CURRent[:DC]? commandsturn off the

Seite 1822

Return FormatThe query command returns the null state, either "1" (ON), or "0" (OFF).

Seite 1823

ExamplesThe following command turns the null function off.CURR:DC:NULL:STAT OFFThe following query returns the null state.CURR:DC:NULL:STAT?Typical Re

Seite 1824

See Also[SENSe:]CURRent[:DC]:NULL:VALueCONFigure:CURRent[:DC]MEASure:CURRent[:DC]?

Seite 1825

[SENSe:]CURRent[:DC]:NULL:VALueSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1826

Syntax[SENSe:]CURRent[:DC]:NULL:VALue {<value>|MIN|MAX}[SENSe:]CURRent[:DC]:NULL:VALue? [{MIN|MAX}]

Seite 1827 - TRIGger:SOURce

DescriptionThis command stores a null value for dc current measurements. The nullvalue is subtracted from each sample if the null state is turned on.

Seite 1828 - TRIGger:SOURce?

ParametersThe <value> parameter can take any value between -120% and +120% ofthe highest range for the present function. MIN = -120% of the high

Seite 1829

RemarksTo use the null value, you will also need to turn on the null state with the[SENSe:]CURRent:DC:NULL[:STATe] command.When using this command, it

Seite 1830

Return FormatThe query command returns the null value in the form "+1.00000000E-02".

Seite 1831

ParametersThe <value> parameter can take any value between -120% and +120% ofthe highest (maximum) range for the currently selected function The

Seite 1832

ExamplesThe following command sets the null value to -0.25.CURR:DC:NULL:VAL -0.25The following query returns the null value.CURR:DC:NULL:VAL?Typical R

Seite 1833

See Also[SENSe:]CURRent[:DC]:NULL[:STATe]

Seite 1834

[SENSe:]CURRent[:DC]:PEAK:STATeSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1835 - Commands A-Z

Syntax[SENSe:]CURRent[:DC]:PEAK:STATe {ON|OFF}[SENSe:]CURRent[:DC]:PEAK:STATe?

Seite 1836

DescriptionThis command (when STATe= ON) configures the dc current measurementfunction to also produce peak measurements, which may be retrievedsepara

Seite 1837

RemarksUse the FETCh:CURRent[:DC]:PEAK:MAXimum?,FETCh:CURRent[:DC]:PEAK:MINmum?, and FETCh:CURRent[:DC]:PTPeak?commands to retrieve the peak current d

Seite 1838

Return FormatThe query command returns the state, either "1" (ON), or "0" (OFF).

Seite 1839

ExamplesThe following command turns the peak current function on.CURR:DC:PEAK:STAT ONThe following query returns the state.CURR:DC:PEAK:STAT?Typical R

Seite 1840

See AlsoFETCh:CURRent[:DC]:PEAK:MAXimum?FETCh:CURRent[:DC]:PEAK:MINmum?FETCh:CURRent[:DC]:PTPeak?

Seite 1841

[SENSe:]CURRent[:DC]:RANGe:AUTOSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1842

RemarksYou must select the limit math function (CALC:FUNC LIM) and turn onmath operations (CALC:STAT ON) before you set a limit value.You can assign a

Seite 1843

Syntax[SENSe:]CURRent[:DC]:RANGe:AUTO <mode>[SENSe:]CURRent[:DC]:RANGe:AUTO?

Seite 1844 - INITiate[:IMMediate]

DescriptionThis command disables or enables autoranging for dc currentmeasurements. Autoranging is convenient because the instrumentautomatically sele

Seite 1845

ParametersName Type Range of ValuesDefaultValue<mode> Boolean {OFF|0|ON|1|ONCE}AutorangeON

Seite 1846

RemarksAutorange thresholds:Downrange at:<10% of rangeUp rangeat:>120% of rangeWith autoranging enabled, the instrument selects the appropriate

Seite 1847 - OUTPut:TRIGger:SLOPe

Return FormatThe query command returns "0" (OFF) or "1" (ON).

Seite 1848

ExamplesThe following command disables autoranging.CURR:DC:RANG:AUTO OFFThe following query returns the autoranging state.CURR:DC:RANG:AUTO?Typical Re

Seite 1849

See AlsoCONFigure:CURRent[:DC][SENSe:]CURRent[:DC]:RANGe

Seite 1850

[SENSe:]CURRent[:DC]:RANGe[:UPPer]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1851

Syntax[SENSe:]CURRent[:DC]:RANGe[:UPPer] {<range>|MIN|MAX|DEF}[SENSe:]CURRent[:DC]:RANGe[:UPPer]? [{MIN|MAX}]

Seite 1852

DescriptionThis command selects the measurement range for dc current measurements.

Seite 1853

Return FormatThe query command returns the lower limit in the form "-1.00000000E+03".

Seite 1854

ParametersName Type Range of Values Default Value<range> DiscreteDesired range inamps:100 µA (MIN)1 mA10 mA100 mA1 A3 A (MAX)This is arequiredpa

Seite 1855

RemarksSelecting a discrete range will disable autoranging.If the input signal is greater than can be measured on the selected range(manual ranging),

Seite 1856

Return FormatThe query command returns the range in the form "+1.00000000E-01".

Seite 1857

ExamplesThe following command selects the 100 mA range.CURR:DC:RANG 0.1The following query returns the range selected.CURR:DC:RANG?Typical Response:

Seite 1858

See AlsoCONFigure:CURRent[:DC][SENSe:]CURRent[:DC]:RANGe:AUTO

Seite 1859

[SENSe:]CURRent[:DC]:RESolutionSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1860

Syntax[SENSe:]CURRent[:DC]:RESolution {<resolution>|MIN|MAX|DEF}[SENSe:]CURRent[:DC]:RESolution? [{MIN|MAX}]

Seite 1861 - UNIT:TEMPerature?

DescriptionThis command selects the measurement resolution for dc currentmeasurements. Specify the resolution in the same units as the selectedmeasure

Seite 1862

ParametersName Type Range of Values Default Value<resolution> NumericDesired resolutionin amps (see ResolutionTable).0.3 ppm xRange (1 PLC)

Seite 1863 - VOLTage[:DC]:ZERO:AUTO?

RemarksSetting the resolution with this command changes any aperture set withthe [SENSe:]CURRent[:DC]:APERture command.For the <resolution> par

Seite 1864

ExamplesThe following command sets the lower limit to -0.25.CALC:LIM:LOW -0.25The following query returns the lower limit setting.CALC:LIM:LOW?Typical

Seite 1865

Return FormatThe query command returns the resolution in the form "+1.00000000E-04".

Seite 1866

ExamplesThe following command sets the measurement resolution to 100 mA.CURR:DC:RES 0.1The following query returns the resolution selected.CURR:DC:RES

Seite 1867 - Reference

See AlsoCONFigure:CURRent[:DC]

Seite 1868

[SENSe:]CURRent[:DC]:ZERO:AUTOSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1869

Syntax[SENSe:]CURRent[:DC]:ZERO:AUTO <mode>[SENSe:]CURRent[:DC]:ZERO:AUTO?

Seite 1870

DescriptionThis command disables or enables the autozero mode for dc currentmeasurements.When autozero is ON (default), the instrument internally disc

Seite 1871

ParametersName Type Range of ValuesDefaultValue<mode> Discrete {OFF|0|ON|1|ONCE}AutozeroON

Seite 1872

RemarksAutozero ONCE issues an immediate zero measurement, and then setsautozero to OFF.The autozero mode is set indirectly when you set the resolutio

Seite 1873

Return FormatThe query command returns "0" (OFF or ONCE) or "1" (ON).

Seite 1874

ExamplesThe following command disables autozero. With autozero disabled, a newzero measurement is not issued until the next configuration change(funct

Seite 1875

See AlsoCALCulate:FUNCtionCALCulate:LIMit:UPPerCALCulate:STATeSTATus Subsystem Introduction

Seite 1876 - Calculation (Math) Commands

See AlsoCONFigure:CURRent[:DC][SENSe:]VOLTage[:DC]:ZERO:AUTO

Seite 1877 - Calibration Commands

[SENSe:]FREQuency:APERtureSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1878 - IEEE-488 Commands

Syntax[SENSe:]FREQuency:APERture {<seconds>|MIN|MAX|DEF}[SENSe:]FREQuency:APERture? [{MIN|MAX}]

Seite 1879 - System-Related Commands

DescriptionThis command selects the aperture time (also called gate time) for frequencymeasurements.

Seite 1880 - LAN Configuration Commands

ParametersName Type Range of Values Default Value<seconds> DiscreteDesired aperture inseconds:1 ms (MIN) 10 ms 100 ms (DEF) 1 second (MAX)This i

Seite 1881 - Status System Commands

RemarksThis command sets the aperture for both frequency and periodmeasurements.The frequency measurement does not autorange. For frequencymeasurement

Seite 1882

Return FormatThe query command returns the aperture time in the form "+1.00000000E-01".

Seite 1883 - SCPI Error Messages

ExamplesThe following command sets the aperture to 10 ms.FREQ:APER 10E-03The following query returns the aperture selected.FREQ:APER?Typical Response:

Seite 1884

See AlsoCONFigure:FREQuency

Seite 1885 - Execution Errors

[SENSe:]FREQuency:NULL[:STATe]Syntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1886 - Instrument Errors

CALCulate:LIMit:UPPerSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1887 - Self-Test Errors

Syntax[SENSe:]FREQuency:NULL[:STATe] {ON|OFF}[SENSe:]FREQuency:NULL[:STATe]?

Seite 1888

DescriptionThis command turns the null function on or off for frequency measurements.

Seite 1889 - Calibration Errors

RemarksUse the [SENSe:]FREQuency:NULL:VALue command to set the null value.The CONFigure:FREQuency and MEASure:FREQuency? commands turn offthe null sta

Seite 1890 - Firmware Update Errors

Return FormatThe query command returns the null state, either "1" (ON), or "0" (OFF).

Seite 1891 - Power-On and Reset State

ExamplesThe following command turns the null function off.FREQ:NULL:STAT OFFThe following query returns the null state.FREQ:NULL:STAT?Typical Response

Seite 1892

See Also[SENSe:]FREQuency:NULL:VALueCONFigure:FREQuencyMEASure:FREQuency?

Seite 1893

[SENSe:]FREQuency:NULL:VALueSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1894

Syntax[SENSe:]FREQuency:NULL:VALue {<value>|MIN|MAX}[SENSe:]FREQuency:NULL:VALue? [{MIN|MAX}]

Seite 1895

DescriptionThis command stores a null value for frequency measurements. The nullvalue is subtracted from each sample if the null state is turned on.

Seite 1896 - Automatic Trigger Delays

ParametersThe <value> parameter can take any value between -120% and +120% ofthe highest range for the present function. MIN = -120% of the high

Seite 1897

SyntaxCALCulate:LIMit:UPPer {<value> | MINimum | MAXimum}CALCulate:LIMit:UPPer? {MINimum | MAXimum}

Seite 1898

RemarksTo use the null value, you will also need to turn on the null state with the[SENSe:]FREQuency:NULL[:STATe] command.When using this command, it

Seite 1899

Return FormatThe query command returns the null value in the form "+1.00000000E-02".

Seite 1900

ExamplesThe following command sets the null value to -0.25.FREQ:NULL:VAL -0.25The following query returns the null value.FREQ:NULL:VAL?Typical Respons

Seite 1901

See Also[SENSe:]FREQuency:NULL[:STATe]

Seite 1902

[SENSe:]FREQuency:RANGe:LOWerSyntax | Description | Parameters | Remarks | Return Format | Examples

Seite 1903 - Range,Resolution, and NPLC

Syntax[SENSe:]FREQuency:RANGe:LOWer {<filter>|MIN|MAX|DEF}[SENSe:]FREQuency:RANGe:LOWer? [{MIN|MAX}]

Seite 1904

DescriptionThis command sets the ac bandwidth used to detect the signal duringfrequency and period measurements. The instrument uses three different a

Seite 1905 - Volatile Memory

ParametersName Type Range of ValuesDefaultValue<filter> Discrete{3|20|200}MIN = 3 Hz (slow), MAX = 200 Hz (fast)This is arequiredparameter.DEF s

Seite 1906 - Non-Volatile Memory

RemarksApplies to frequency and period measurements, and to voltagemeasurements made as the second display function during frequency orperiod measurem

Seite 1907

Return FormatThe query command returns "3.0000000" (slow), "2.0000000E+1"(medium), or "2.0000000E+2" (fast).

Kommentare zu diesen Handbüchern

Keine Kommentare