1. Configuration parameters for :SYSTEM:CONFIGURE

1.1. TriggerMode

This parameter specifies how the instrument selects trigger levels for measurement comparators. Trigger levels can be set automatically by the instrument or specified by the user.

Parameter syntax: TriggerMode<Input>

where <Input> is one of A, B, D, E, for example: TriggerModeA

Possible values: Auto, Relative, Manual

Default value (RST condition): Auto

Description

Auto– Preliminary voltage measurement will be performed to find out signal voltage range and set trigger levels to best values for selected measurement function.

Depending on measurement function selected trigger levels will be automatically set to percentage values of signal voltage range:

  • 10% for the main comparator, 90% for the supplementary comparator for signal edge related functions: RiseTime/FallTime/RiseFallTime/PositiveSlewRate/NegativeSlewRate
  • 70% for the main comparator, 30% for the supplementary comparator for the functions with hysteresis on: Frequency/FrequencyRatio/frequencySmart/PeriodAverage/PeriodAverageSmart/TIE
  • 50% for both main and supplementary comparators for all other functions

Relative– Preliminary measurement is preformed, but you can adjust trigger levels relative to the measured signal voltage range, in percents, using RelativeTriggerLevel parameter.

Manual– Trigger levels are set accordingly to values specified by AbsoluteTriggerLevel parameter. It is recommended to use this mode only in cases when Autoset fails to find the best settings.

Example:

SYST:CONF "TriggerModeA=Auto"

1.2. AbsoluteTriggerLevel

Set absolute trigger levels for main and supplementary comparators

Parameter syntax: AbsoluteTriggerLevel<Comparator>

where <Comparator> is one of A, A2, B, B2, D, D2, E, E2. For example: AbsoluteTriggerLevelA2

Possible values:

Any floating point number representing trigger level in Volts, withing voltage measurement range. Voltage measurement range depends on Attenuation and Preamplifier parameters. See description of Attenuation and Preamplifier parameters.

Default value (RST condition): 0

Description

Sets trigger level in volts on main comparator (if numeric index is omitted, for example: A, B, D, E) or on supplementary comparator (if numeric index is 2, for example: A2, B2, D2, E2) of the input. Main comparator is used for all measurements performed on input, generating events to internal measurement core whenever signal crosses set trigger level. Supplementary comparator can be selected explicitly for some measurements from input (e.g. Time Interval A, A2), generating independent events to internal measurement core whenever signal crosses set trigger level. Otherwise it is used implicitly for frequency average and period average measurements (to assure wide hysteresis), for Rise & Fall Time and Slew Rate. 

Example:

SEND → SYST:CONF "TriggerModeA=Manual; AbsoluteTriggerLevelA=-2.5; AbsoluteTriggerLevelA2=2.5; TriggerModeB=Manual; AbsoluteTriggerLevelB=0; AbsoluteTriggerLevelB2=1.35"

1.3. RelativeTriggerLevel

Sets relative trigger levels in percents relative to signal voltage range, for main and supplementary comparators.

Parameter syntax: RelativeTriggerLevel<Comparator>

where <Comparator> is one of A, A2, B, B2, D, D2, E, E2. For example: RelativeTriggerLevelB2

Possible values: 0 … 100

Default value (RST condition):

70 for the main comparators

30 for the supplementary comparators

Description

Sets trigger level on main (if comparator index is omitted, e.g. just A) or on supplementary comparator (if comparator index is 2, e.g. A2) of input in percents relative to measured signal voltage range.  0% corresponds to signal min value and 100% corresponds to signal max value. Main comparator is used for all measurements performed on input, generating events to internal measurement core whenever signal crosses set trigger level. Supplementary comparator can be selected explicitly for some measurements generating independent events to internal measurement core whenever signal crosses set trigger level. Otherwise it is used implicitly for frequency average and period average measurements (to assure wide hysteresis), for Rise & Fall Time and Slew Rate.

Example

SEND → SYST:CONF "TriggerModeA=Relative; RelativeTriggerLevelA=65; RelativeTriggerLevelA2=35"

1.4. Slope

Specifies signal slope that triggers comparator

Parameter syntax: Slope<Comparator>

where Comparator is one of A, A2, B, B2, C, D, D2, E, E2, EA, ER, G, T

Possible values: Positive, Negative

Default value (RST condition): Positive

Description

Positive – Positive slope is used for corresponding input

Negative – Negative slope is used for corresponding input

Example

SYST:CONF "SlopeA=Positive"

1.5. Impedance

Specifies input impedance

Parameter syntax: Impedance<Input>

where <Input> is one of A, B, D, E. For example: ImpedanceA

Possible values: 50Ohm, 1MOhm

Default value (RST condition): 1MOhm

Description

50Ohm – 50 Ohm impedance is used for corresponding input

1MOhm – 1 MOhm impedance is used for corresponding input

Example

SEND → SYST:CONF "ImpedanceA = 50 Ohm"

1.6. Coupling

Allows to select AC or DC coupling of an input.

Parameter syntax: Coupling<Input>

where <Input> is one of A, B, D, E. For example: CouplingA

Possible values: DC, AC

Default value (RST condition): AC

Description

AC coupling allows to block unnecessary DC offset that may be present in the signal.

DC – DC coupling is used for corresponding input

AC – AC coupling is used for corresponding input

Example

SEND → SYST:CONF "CouplingA = AC"

1.7. Filter

Selects whether low-pass filter is enabled for an input

Parameter syntax: Filter<Input>

where Input is one of A, B, D, E. For example: FilterA

Possible values: Off, 10kHz, 100kHz

Default value (RST condition): Off

Description

Off – Filter is not used for corresponding input

10kHz – 10 kHz low pass filter is used for corresponding input

100kHz – 100 kHz low pass filter is used for corresponding input

Example

SYST:CONF "FilterA = Off"

1.8. Attenuation

Enables or disables signal attenuation on an input

Parameter syntax: Attenuation<Input>

where Input is one of A, B, D, E. For example: AttenuationA

Possible values: 1x, 10x, Auto

Default value (RST condition): 1x

Description

This setting allow to enable attenuation for situations when measurement signal amplitude is too big for an input.

1x – 1x attenuation is used for corresponding input (corresponds to no attenuation)

10x – 10x attenuation is used for corresponding input (signal is decreased 10 times).

Auto – Attenuation is auto-selected is used for corresponding input.

Correct auto-trigger operation operation and voltage measurements are possible for the following input signal voltage ranges depending on attenuation and preamplifier settings.

 Preamplifier=offPreamplifier=on
Attenuation=1x-5 … +5 V-1.5 .. +1.5 V
Attenuation=10x-50 … +50 V-15 .. +15 V
Attenuation=Auto-50 … +50 V-1.5 .. +1.5 V

Note! When measuring voltage-related signal characteristics, measurement results displayed on the screen and provided by SCPI queries are not decreased 10 times when attenuation is enabled. Even though the signal is attenuated inside the instrument, resulting data are scaled back to original scale.

Example

SYST:CONF "AttenuationA = 10x"

1.9. Preamplifier

Enables or disables signal amplification inside the instrument for an input.

Parameter syntax: Preamplifier<Input>

where Input is one of A, B, D, E. For example: PreamplifierA

Possible values: Off, On

Default value (RST condition): Off

Description

Allows to amplify input signal. It is recommended to turn amplification on only if input signal has low amplitude.

Off – Preamplifier in off for corresponding input

On – Preamplifier in on for corresponding input

Correct auto-trigger operation and voltage measurements are possible for the following input signal voltage ranges depending on attenuation and preamplifier settings.

 Preamplifier=offPreamplifier=on
Attenuation=1x-5 … +5 V-1.5 .. +1.5 V
Attenuation=10x-50 … +50 V-15 .. +15 V
Attenuation=Auto-50 … +50 V-1.5 .. +1.5 V

Example

SYST:CONF "PreamplifierA = On"

1.10. ArmOn

When arming is enabled, defines whether sample block or each sample within the block should be armed.

Parameter syntax: ArmOn

Possible values: Block, Sample

Default value (RST condition): Block

Description

When arming is enabled, defines whether sample block or each sample within the block should be armed. Block of samples is a group of samples captured during a measurement (number of samples is defined by SampleCount parameter). This setting is available for modification only when arming is enabled. See StartArmingSource parameter.

Block – Arm on Block mode: entire sample block is being armed. Please note: when arming on Block and stop arming is not Off – the resulting number of samples in the block might be less than SampleCount.

Sample – Arm on Sample mode: each individual sample inside the block is being armed.

Example

SYST:CONF "ArmOn = Block"

1.11. Function

Selects measurement function and inputs

Parameter syntax: Function=<function name> <input_or_comparator>[,<input_or_comparator>, ...]

where

<function name> is one of Frequency, SmartFrequency, PeriodAverage, SmartPeriodAverage, PeriodSingle, TimeInterval, TimeIntervalSingle, AccumulatedTimeInterval, Phase, AccumulatedPhase, TIE, PositiveDutyCycle, NegativeDutyCycle, PositivePulseWidth, NegativePulseWidth, RiseTime, FallTime, RiseFallTime, PositiveSlewRate, NegativeSlewRate, Totalize, TotalizeX+Y, TotalizeX-Y, TotalizeX/Y, Vmin, Vmax, Vpp, Vminmax, DC Offset

input_or_comparator is one of A, A2, B, B2, C, D, D2, E, E2, EA, ER, G, T. See description below for limitations.

Possible values:

Note, that this parameter is combination of function name, space character and a list of inputs/comparators, separated by comma. Each measurement function supports different maximum number of inputs or comparators. See description below for possible values, their meanings and limitations.

Default value (RST condition): Frequency A

Description

Allows to select measurement function of the instrument.

<function name>Description
FrequencyAverage frequency over gate time (set by Sample Interval parameter). This is back-to-back measurement (every period of the signal can be captured) for frequencies up to 20 MHz. Up to 4 signals can be measured in parallel. All inputs/comparators can be used.
FrequencyRatioRatio of frequency averages. This mode is just additional math applied over frequency measurements.All inputs/comparators can be used. Minimum two inputs/comparators must be specified. When two inputs/comparators are specified then the frequency ratio of second to first input/comparator is measured. When three inputs/comparators are specified then ratios of 2nd to 1st and 3rd to 1st are measured. When 4 inputs/comparators are specified then ratios of 2nd to 1st and 4th to 3rd are measured.
SmartFrequencySmart Frequency function makes use of regression analysis to increase the resolution of the measurement at the expense of measurement speed. Please, note: this mode assumes signal frequency is static within gate time (set by Sample Interval). All inputs/comparators can be used.
PeriodAverageAverage period over gate time (set by Sample Interval parameter). This is back-to-back measurement (every period of the signal can be captured) for frequencies up to 20 MHz. Up to 4 signals can be measured in parallel. All inputs/comparators can be used.
SmartPeriodAverageSmart Period Average function makes use of regression analysis to increase the resolution of the measurement at the expense of measurement speed. Please, note: this mode assumes signal frequency is static within gate time (set by Sample Interval parameter). All inputs/comparators can be used.
PeriodSingleAllows to capture single signal periods for periods less than 20 MHz at expense of 50 ns dead-time.All inputs/comparators can be used. Maximum is 2 inputs.
TimeIntervalTime Interval between up to 4 periodic signals. Result is normalized to the range of -0.5 to +1 signal period.All inputs except C can be used.
TimeIntervalSingleTime Interval between single events from up to 4 inputs.All inputs except C can be used.
AccumulatedTimeIntervalSame as Time Interval, but the result is not normalized.All inputs except C can be used.
PhasePhase difference between 2 periodic signals. Result is normalized to the range of -180° to +360°.All inputs except C can be used.
AccumulatedPhaseSame as Phase, but the result is not normalized.All inputs except C can be used.
TIETime Interval Error (TIE) between up to 4 independent clock sources.All inputs can be used.
PositiveDutyCycleRatio of a pulse signal Positive Pulse Width to its Period.Inputs A, B, D, E can be used. One input only.
NegativeDutyCycleRatio of a pulse signal Negative Pulse Width to its Period.Inputs A, B, D, E can be used. One input only.
PositivePulseWidthPositive Pulse Width of a pulse signal.Inputs A, B, D, E can be used. Maximum is 2 inputs.
NegativePulseWidthNegative Pulse Width of a pulse signal.Inputs A, B, D, E can be used. Maximum is 2 inputs.
RiseTimeMeasures how much time it takes for the signal to go from 10% to 90% of its voltage range.Inputs A, B, D, E can be used. Maximum is 2 inputs.
FallTimeMeasures how much time it takes for the signal to go from 90% to 10% of its voltage range.Inputs A, B, D, E can be used. Maximum is 2 inputs.
RiseFallTimeMeasures how much time it takes for the signal to go from 10% to 90% of its voltage range and back.Inputs A, B, D, E can be used. One input only.
PositiveSlewRateMeasures how fast signal voltage increases from 10% to 90% of its range.Inputs A, B, D, E can be used. Maximum is 2 inputs.
NegativeSlewRateMeasures how fast signal voltage decreases from 90% to 10% of its range.Inputs A, B, D, E can be used. Maximum is 2 inputs.
TotalizeCounts number of events on up to 4 input channels in parallel.All inputs except C can be used.
TotalizeX+YTotalize with additional maths applied.All inputs except C can be used. Minimum is 2 inputs.
TotalizeX-YTotalize with additional maths applied.All inputs except C can be used. Minimum is 2 inputs.
TotalizeX/YTotalize with additional maths applied.All inputs except C can be used. Minimum is 2 inputs.
VminMinimum voltage level of a signal.Inputs A, B, D, E can be used.
VmaxMaximum voltage level of a signal.Inputs A, B, D, E can be used.
VppSignal maximum and minimum voltage levels difference.Inputs A, B, D, E can be used.
VminmaxMinimum and maximum voltage levels of a signal.Inputs A, B, D, E can be used. One input only.
DC OffsetMeasure DC offset voltage of a signal. Note: DC coupling must be enabled for corresponding input.

Example

:SYST:CONF "Function = Frequency A"

:SYST:CONF "Function=Period Average A,B2,EA"

1.12. HoldOff

Dead time between consecutive trigger events

Parameter syntax: HoldOff

Possible values: 0 - 2.683 s

Default value (RST condition): 0 s

Description

Adds dead time between consecutive trigger events. Used to cope with contact bouncing or signal oscillations.

Example

SYST:CONF "HoldOff = 0.555 s"

1.13. LimitBehaviour

Enables of disables limits for measurements. Defines instrument behavior when specified limits are exceeded.

Parameter syntax: LimitBehaviour

Possible values: Off, Capture, Alarm, AlarmStop

Default value (RST condition): Off

Description

Defines how the instrument will react on limits. Limit criterion is set by Limit Type, Upper Limit and Lower Limit. For all limit behavior choices except Off the following is true: If measured value has fell off the limit criterion during measurement session then red exclamation mark indicator is displayed.

Off– Limits are disabled.

Capture – Only samples meeting the limit criterion are captured, the rest are discarded. Limit status is displayed

Alarm – All samples are captured, limit status is displayed

AlarmStop – Measurement session stops if measured value doesn’t meet the limit criterion

Example

SYST:CONF "LimitBehaviour = Alarm"

1.14. LimitLower

Specifies lower limit.

Parameter syntax: LimitLower

Possible values: any decimal

Default value (RST condition): 0

Description

Lower limit (used if LimitType=Above or LimitType=Range and LimitBehaviour is not Off)

Example

SYST:CONF "LimitLower = 0 Hz"

1.15. LimitSeriesName

Specifies name of series for which limit is applies to.

Parameter syntax: LimitSeriesName

Possible values: All, A,B,A/B,A+B,Vmin, etc.

Default value (RST condition): All

Description

Name of the series that the limit is applied to, or “All“ if applied to all series. This parameter can be used only when limits are enabled (LimitBehaviour is not Off)

Example

SYST:CONF "LimitSeriesName = A/B"

1.16. LimitType

Specifies limit type.

Parameter syntax: LimitType

Possible values: Above, Below, Range

Default value (RST condition): Above

Description

Above– Results above set Lower Limit will pass

Below – Results below set Upper Limit will pass

Range – Results within the set limits will pass

This parameter can be used only when limits are enabled (LimitBehaviour is not Off)

Example

SYST:CONF "LimitType = Range"

1.17. LimitUpper

Specifies upper limit

Parameter syntax: LimitUpper

Possible values: any decimal

Default value (RST condition): 0

Description

Upper limit (used if LimitType=Below or LimitType=Range and LimitBehaviour is not Off)

Example

SYST:CONF "LimitUpper = 24.7 Hz"

1.18. MathCoeffK, MathCoeffL, MathCoeffM

Specifies values for coefficients K, L, M, when mathematical formula is enabled.

Parameter syntax: MathCoeff<Coefficient>

where Coefficientis one of K, L, M,. For exampe: MathCoeffL

Default value (RST condition):

MathCoeffK = 1

MathCoeffL = 0

MathCoeffM = 1

Description

K, L, M constants used in Math formula.

Example

SYST:CONF "MathCoeffM = 1"

1.19. MathCustomUnit

Overrides result units when mathematical formula is applied.

Parameter syntax: MathCustomUnit

Description

When math formula is applied, measurement results units are usually determined automatically. This parameter allows to override the unit of the value after math formula is applied. The length of the custom unit must not exceed 4 characters

Example

SYST:CONF "MathCustomUnit = Emu"

1.20. MathMode

Selects mathematical formula to apply for results

Parameter syntax: MathMode

Possible values: Off, K*X+L, K/X+L, (K*X+L)/M, (K/X+L)/M, X/M-1

Default value (RST condition): Off

Description

Allows to apply math over measurement results. Please note, some of available formulae change unit of original value.

Example

SYST:CONF "MathMode = K/X+L"

1.21. MathSeriesName

Select series to apply math formula to.

Parameter syntax: MathSeriesName

Possible values: All, A, B, A/B, A+B, Vmin, etc.

Default value (RST condition): All

Description

Name of the series that MathMode is applied to, or “All“ if applied to all series

Example

SYST:CONF "MathSeriesName = A+B"

1.22. PulseOutputMode

Controls the rear Pulse Output of the device.

Parameter syntax: PulseOutputMode

Possible values: Off, PulseGenerator, GateOpen, AlarmOutActiveHigh, AlarmOutActiveLow

Default value (RST condition): Off

Description

Controls the rear Pulse Output of the instrument. The amplitude is set to TTL levels into 50 Ohm irrespective to output mode.

Off – No signal on Pulse Output

PulseGenerator – Continuous pulse train with period and pulse width set in next menus

GateOpen – Indicates when measurement is in progress

AlarmOutActiveHigh – High level output when limits alarm is active, low level otherwise

AlarmOutActiveLow – Low level output when limits alarm is active, high level otherwise

Example

SYST:CONF "PulseOutputMode = AlarmOutActiveLow"

1.23. PulseOutputPeriod

Set period of pulses generated on rear Pulse Output of the instrument.

Parameter syntax: PulseOutputPeriod

Possible values: 10 ns .. 2.147 s

Default value (RST condition): 1 ms

Description

Set period of pulses generated on Pulse Output if Mode is set to Pulse Generator.  Resolution for this parameter is 2 ns.

Example

SYST:CONF "PulseOutputPeriod = 12 ns"

1.24. PulseOutputWidth

Set width of pulses generated on rear Pulse Output of the instrument.

Parameter syntax: PulseOutputWidth

Possible values: 4 ns .. 2.146999994 s (but at least 6 ns lower than PulseOutputPeriod)

Default value (RST condition): 500 us

Description

Set width of pulses generated on Pulse Output if Mode is set to Pulse Generator.  Resolution for this parameter is 2 ns. Should be at least 6 ns less than PulseOutputPeriod.

Example

SYST:CONF "PulseOutputWidth = 2.1 s"

1.25. SampleCount

Defines number of samples to be collected for each measurement series. 

Parameter syntax: SampleCount

Possible values: up to 31999999 samples (depends on selected function and inputs/comparators and other settings)

Default value (RST condition): 1

Description

Defines number of samples to be collected for each measurement series. 

Example

SYST:CONF "SampleCount = 10000"

1.26. SampleInterval

Specifies how often measurement samples are generated and/or define gate time.

Parameter syntax: SampleInterval

Default value (RST condition): 10 ms

Description

Defines gate time for Frequency measurement. Please note, that if signal period is larger than this value then actual sample interval will be equal to signal period. 

For Frequency, Sample Interval should be in the range: 1 us .. 10.995 ks  Please note: to allow sample interval below 1 us corresponding license is required.

Example

SYST:CONF "SampleInterval = 10 ms"

1.27. SignalSource

Specifies whether to use input signals for measurement or internal test generator.

Parameter syntax: SignalSource

Possible values: Inputs, Test

Default value (RST condition): Inputs

Description

Built-in test signal generator is used for performing internal device calibrations but can also be used for testing purposes. This setting must be used only for testing or demonstrational purposes when there is no possibility to connect external source of signal to instrument’s inputs.

Inputs– Normal operation

Test – Using internal test signal generator instead of inputs on front (back) panel. Output of the internal generator are connected to inputs A, B, D, E and can be measured. Please, note: test generator is using independent coarse time base and is not expected to provide accurate frequency. It is not the same generator which drives rear Pulse Output of the device.

Example

SYST:CONF "SignalSource = Test"

1.28. StartArmingDelay

Delay for making measurement after arming event.

Parameter syntax: StartArmingDelay

Default value (RST condition): 0 s

Description

Defines time after start arming event when measurement should be started.  Start Arming Delay should be in the range: 0 s .. 10.995 ks

Example

SYST:CONF "StartArmingDelay = 8.556 ks"

1.29. StartArmingSlope

Signal slope to use as arming event.

Parameter syntax: StartArmingSlope

Possible values: Positive, Negative

Default value (RST condition): Positive

Description

Slope which arms measurement

Negative– Negative slope is used for Start Arming

Positive – Positive slope is used for Start Arming

Example

SYST:CONF "StartArmingSlope = Negative"

1.30. StartArmingSource

Input or comparator that will be used to detect arming event.

Parameter syntax: StartArmingSource

Possible values: Off, EA, A, B, D, E, A2, B2, D2, E2

Default value (RST condition): Off

Description

Defines whether signal from one of device inputs should be used to arm start of measurement.

Example

SYST:CONF "StartArmingSource = A"

1.31. StopArmingDelay

Delay for stopping measurement after stop arming event.

Parameter syntax: StopArmingDelay

Default value (RST condition): 0 s

Description

Defines time after stop arming event when measurement should be stopped.  Stop Arming Delay should be in the range: 0 s .. 10.995 ks

Example

SYST:CONF "StopArmingDelay = 6.652 ks"

1.32. StopArmingSlope

Signal slope to use as stop arming event.

Parameter syntax: StopArmingSlope

Possible values: Positive, Negative

Default value (RST condition): Positive

Description

Slope which arms measurement stop

Negative – Negative slope is used for Stop Arming

Positive – Positive slope is used for Stop Arming

Example

SYST:CONF "StopArmingSlope = Negative"

1.33. StopArmingSource

Input or comparator to use for stop arming event detection.

Parameter syntax: StopArmingSource

Possible values: Off, EA, A, B, D, E, A2, B2, D2, E2

Default value (RST condition): Off

Description

Defines whether signal from one of device inputs or timer should be used to stop measurement.

Example

SYST:CONF "StopArmingSource = B2"

1.34. TestSignalFrequency

Frequency of internal built-in test generator.

Parameter syntax: TestSignalFrequency

Possible values: 1.039 kHz .. 68 MHz

Default value (RST condition): 1 MHz

Description

Sets frequency of built-in test generator.  Please, note: test generator is using independent coarse timebase and is not expected to provide accurate frequency. It is not the same generator which drives rear Pulse Output of the device.  Test Signal Frequency should be in the range: 1.039 kHz .. 68 MHz

Example

SYST:CONF "TestSignalFrequency = 5.555 kHz"

1.35. TieReferenceFrequency A, A2, B, B2, D, D2, E, E2, EA, ER

Reference frequency for input or comparator when doing TIE measurements.

Parameter syntax: TieReferenceFrequency<Input>

where Input is one of A, A2, B, B2, D, D2. For example: TieReferenceFrequencyA

Possible values: 100 mHz .. 400 MHz

Default value (RST condition): 10 MHz

Description

Reference frequency for input A, A2, B, B2, D, D2, E, E2, EA, ER. Should be in the range: 100 mHz .. 400 MHz

Example

SYST:CONF "TieReferenceFrequencyB = 101 mHz"

1.36. TieReferenceFrequencyC

Reference frequency for input C when doing TIE measurements.

Parameter syntax: TieReferenceFrequencyC

Possible values: 100 mHz .. 24 GHz

Default value (RST condition): 1 GHz

Description

Reference frequency for input C.  Ref Frequency for input C should be in the range: 100 mHz .. 24 GHz

Example

SYST:CONF "TieReferenceFrequencyC = 12 GHz"

1.37. TieReferenceFrequencyDetection

Defines if reference frequency is detected automatically or should be set manually

Parameter syntax: TieReferenceFrequencyDetection

Possible values: On, Off

Default value (RST condition): On

Description

Defines if reference frequency is detected automatically or should be set manually

On– Reference frequency for TIE measurement is detected automatically

Off – Reference frequency for TIE measurement is set manually

Example

SYST:CONF "TieReferenceFrequencyDetection = Off"

1.38. TieReferenceFrequencyNumberOfDigits

Number of digits detected reference frequency should be rounded to.

Parameter syntax: TieReferenceFrequencyNumberOfDigits

Possible values: 0 .. 10

Default value (RST condition): 5

Description

Defines how many digits detected reference frequency should be rounded to.  Ref Frequency Number Of Digits should be in the range: 0  .. 10

Example

SYST:CONF "TieReferenceFrequencyNumberOfDigits = 9"

1.39. TimebaseReference

Specifies which reference clock to use for measurements.

Parameter syntax: TimebaseReference

Possible values: Auto, Internal, External

Default value (RST condition): Auto

Description

Defines which reference clock will be used for measurement.

Internal – Internal timebase reference is used

External – External timebase reference is used if it is connected and within expected parameters, otherwise measurement is not performed.

Auto – External timebase reference is used if it is connected and within expected parameters, otherwise internal

Example

SYST:CONF "TimebaseReference = External"

1.40. Timeout

Enable of disable measurement timeout.

Parameter syntax: Timeout

Possible values: On, Off

Default value (RST condition): Off

Description

Used to make measurement session to end if signal is missing for more than specified Timeout Time.

On– Timeout is on

Off – Timeout is off

Example

SYST:CONF "Timeout = Off"

1.41. TimeoutTime

Set measurement timeout value.

Parameter syntax: TimeoutTime

Possible values: 10 ms .. 1 ks

Default value (RST condition): 100 ms

Description

If Timeout is On, measurement session ends if signal is missing for more than specified Timeout Time.

Example

SYST:CONF "TimeoutTime = 168 ms"

1.42. VoltageMode

Parameter syntax: VoltageMode

Possible values: Normal, VerySlow, Slow, Fast, VeryFast

Default value (RST condition): Normal

Description

Defines minimal signal frequency for which voltage measurements and/or auto-trigger works correctly. Please, note: voltage/auto-trigger for lower frequencies are measured at the expense of measurement speed.  It is recommended to treat this setting as a fallback for the cases where Autoset fails to find best setting automatically.

VerySlow – Used for signals with frequency in range: < 10 Hz

Slow – Used for signals with frequency in range: 10 Hz to 100 Hz

Normal– Used for signals with frequency in range: 100 Hz to 1 kHz

Fast – Used for signals with frequency in range: 1 kHz to 10 kHz

VeryFast – Used for signals with frequency 10 kHz and above.

DC signals can be measured with any mode.

1.43. InternalCalibrationMode

Defines when to start internal calibration.

Parameter syntax: InternalCalibrationMode

Possible values: Every30Min, BeforeEveryMeasurement, OnceAfterWarmup

Default value (RST condition): Every30Min

Description

Internal calibration is always done on device start-up and after it has warmed up. More frequent calibration can be done in order to improve timing measurement resolution.

Every30Min – Additional calibration every 30 minutes

BeforeEveryMeasurement – Additional calibration before every measurement

OnceAfterWarmup – No additional calibration

Example

SYST:CONF "InternalCalibrationMode = Every30Min"

1.44. NumOfBlankDigits

Number of digits to blank on display.

Parameter syntax: NumOfBlankDigits

Possible values: 0 .. 15

Default value (RST condition): 0

Description

Defines the number of least significant digits to be masked. This can be used to help operator to read out the results of jittery measurements.  Please note: it applies only to the current measured value, not statistics.  Digits Blank should be in the range: 0 .. 15

Example

SYST:CONF "NumOfBlankDigits = 12"

1.45. ScreenSaverTimeout

Timeout to switch off display.

Parameter syntax: ScreenSaverTimeout

Possible values: 5minutes, 10minutes, 30minutes, 1hour, Never

Default value (RST condition): 10minutes

Description

Inactivity timeout for turning device display off

5minutes – Inactivity timeout set to 5 minutes

10minutes– Inactivity timeout set to 10 minutes

30minutes– Inactivity timeout set to 30 minutes

1hour– Inactivity timeout set to 1 hour

Never– Device display is always on

Example

SYST:CONF "ScreenSaverTimeout = Never"

1.46. Brightness

Display brightness.

Parameter syntax: Brightness

Possible values: Minimum, Low, Medium, High, Maximum

Default value (RST condition): Maximum

Description

Inactivity timeout for turning device display off

Minimum – Minimum brightness

Low– Low brightness

Medium– Medium brightness

High– High brightness

Maximum – Maximum brightness

Example

SYST:CONF "Brightness = Minimum"

1.47. Wired and Wireless network settings

IPAddress/WirelessIPAddress

Specifies static (manual) IPv4 address in Ethernet network

Parameter syntax: IPAddress, WirelessIPAddress

Possible values: IP address (four numbers, dot-separated)

Default value (RST condition): 192.168.0.99

Description

IP address for Ethernet interface when static IP address mode is enabled in IPMode parameter. When DHCP mode is enabled, the IP is assigned by a DHCP server in network and can be read back with SYST:CONF? query)

IP address for Wireless interface (with DHCP, configured address can be read back)

Example

SYST:CONF "IPAddress = 192.168.0.99"

SYST:CONF "WirelessIPAddress = 192.168.0.99"

IPDNS/WirelessIPDNS

DNS servers

Parameter syntax: IPDNS1, WirelessIPDNS1 and IPDNS2, WirelessIPDNS2

Possible values: IP address (four numbers, dot-separated)

Default value (RST condition): 8.8.8.8

Description

DNS server(s) IP addresses for Ethernet interface when static IP address mode is enabled in IPMode parameter. When DHCP mode is enabled, these settings are assigned by a DHCP server in network and can be read back with SYST:CONF? query)

1st nameserver IP address for Wireless interface (with DHCP, configured address can be read back)

Example

SYST:CONF "IPDNS1 = 8.8.8.8; IPDNS2 = 1.1.1.1"

SYST:CONF "WirelessIPDNS1 = 8.8.8.8; WirelessIPDNS2 = 1.1.1.1"

IPGateway/WirelessIPGateway

Default gateway.

Parameter syntax: IPGateway, WirelessIPGateway

Possible values: IP address (four numbers, dot-separated)

Default value (RST condition): 192.168.0.1

Description

Gateway IP for Ethernet interface when static IP address mode is enabled in IPMode parameter. When DHCP mode is enabled, this setting is assigned by a DHCP server in network and can be read back with SYST:CONF? query)

Gateway IP address for Wireless interface (with DHCP, configured address can be read back)

Example

SYST:CONF "IPGateway = 192.168.0.1"

SYST:CONF "WirelessIPGateway = 192.168.0.1"

IPMode/WirelessIPNetmask

Select whether to configure IP address automatically from DHCP server or manually

Parameter syntax: IPMode, WirelessIPMode

Possible values: DHCP, Static

Default value (RST condition): DHCP

Description

IP configuration mode for Ethernet interface

IP netmask for Wireless interface (with DHCP, configured netmask can be read back)

DHCP – IP settings are aquired via DHCP

Static – Static IP configuration. When this mode is selected you should also configure IPAddress and IPNetmask, IPGateway, IPDNS1 (and optionally IPDNS2) parameters.

Example

SYST:CONF "IPMode = DHCP"

SYST:CONF "WirelessIPMode = DHCP"

IPNetmask/WirelessIPNetmask

Parameter syntax: IPNetmask, WirelessIPNetmask

Possible values: IP mask (four numbers, dot-separated)

Default value (RST condition): 255.255.255.0

Description

IP netmask for Ethernet interface when static IP address mode is enabled in IPMode parameter. When DHCP mode is enabled, this setting is assigned by a DHCP server in network and can be read back with SYST:CONF? query)

IP netmask for Wireless interface (with DHCP, configured netmask can be read back)

Example

SYST:CONF "IPNetmask = 255.255.255.0"

SYST:CONF "WirelessIPNetmask = 255.255.255.0"