Command/Query
:CALCulate<Ch>[:SELected]:FILTer[:GATE]:DISTance:STATe {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:FILTer[:GATE]:DISTance:STATe?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:DISTance:STATe {ON|OFF|1|0}
:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:DISTance:STATe?
This command turns ON/OFF the gating function of the fault location display. When the unit is seconds (time), use :CALC:FILT:TIME:STAT.
This command is available for option 010/011 only.
You can turn ON the gating function only when the sweep type is the linear sweep and the number of points is 3 or more. If this turns ON when the sweep type is other than linear sweep or the number of points is less than 3, an error occurs and this is ignored.
Parameter |
Selection Option |
Description |
ON/OFF of the gating function |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as Integer
Ena.WriteString ":CALC1:FILT:DIST:STAT ON", True
Ena.WriteString ":CALC1:FILT:DIST:STAT?", True
Var=Ena.ReadNumber
Analysis > Gating > Gating
SCPI.CALCULATE(Ch).SELECTED.FILTER.GATE.DISTANCE.STATE
SCPI.CALCULATE(Ch).TRACE(Tr).FILTER.GATE.DISTANCE.STATE