Property (Read-Write)
SCPI.CALCulate(Ch).SRL.IMPedance.AUTO.CUToff = Value
Value = SCPI.CALCulate(Ch).SRL.IMPedance.AUTO.CUToff
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).
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. |
Dim CutFreq as Double
SCPI.CALCulate(2).SRL.IMPedance.AUTO.CUToff = 2.1E9
CutFreq = SCPI.CALCulate(2).SRL.IMPedance.AUTO.CUToff
SCPI.CALCulate(Ch).SRL.IMPedance.AUTO.STATe
SCPI.CALCulate(Ch).SRL.IMPedance.MANual
Analysis > SRL > Z Cutoff Freq
:CALCulate{[1]-4}:SRL:IMPedance:AUTO:CUToff <numeric>
:CALCulate{[1]-4}:SRL:IMPedance:AUTO:CUToff?
{numeric} <newline><^END>
10 OUTPUT 717;":CALC1:SRL:IMP:AUTO:CUT 0"
20 OUTPUT 717;":CALC1:SRL:IMP:AUTO:CUT?"
30 ENTER 717;A