SCPI.CALCulate(Ch).SRL.IMPedance.AUTO.CUToff

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SRL.IMPedance.AUTO.CUToff = Value

Value = SCPI.CALCulate(Ch).SRL.IMPedance.AUTO.CUToff

Description

This command sets/gets the cutoff frequency of the auto calculation for the average cable impedance, for the active trace of the selected channel ( Ch).

Variable

Parameter

Value

Description

The cutoff frequency of the auto calculation

Data Type

Double precision floating point type (Double)

Range

5 to 3E+9

Preset Value

2.1E+8

Unit

Hz

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set.

Examples

Dim CutFreq as Double
SCPI.CALCulate(2).SRL.IMPedance.AUTO.CUToff = 2.1E9
CutFreq = SCPI.CALCulate(2).SRL.IMPedance.AUTO.CUToff

Related Objects

SCPI.CALCulate(Ch).SRL.IMPedance.AUTO.STATe

SCPI.CALCulate(Ch).SRL.IMPedance.MANual

Equivalent Key

Analysis > SRL > Z Cutoff Freq

Equivalent SCPI Command

Syntax

:CALCulate{[1]-4}:SRL:IMPedance:AUTO:CUToff <numeric>

:CALCulate{[1]-4}:SRL:IMPedance:AUTO:CUToff?

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":CALC1:SRL:IMP:AUTO:CUT 0"
20 OUTPUT 717;":CALC1:SRL:IMP:AUTO:CUT?"
30 ENTER 717;A