Command/Query
:CALCulate<Ch>[:SELected]:FILTer[:GATE]:DISTance:SPAN <Value>
:CALCulate<Ch>[:SELected]:FILTer[:GATE]:DISTance:SPAN?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:DISTance:SPAN <Value>
:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:DISTance:SPAN?
This command sets/gets the gate filter distance span.
Parameter |
Value |
Description |
The filter distance span of the gate |
Data Type |
Numeric type (Real) |
Range |
Varies depending on the frequency span and the number of points. |
Preset Value |
19.6714211286 ft or 5.99584916 m or 236.057053543 in |
Unit |
ft (feet), m (meters), in (inches) |
{numeric}<newline><^END>
Dim Var as Double
Var = 0.01
Ena.WriteString ":CALC1:FILT:DIST:SPAN " & Var, True
Ena.WriteString ":CALC1:FILT:DIST:SPAN?", True
Var=Ena.ReadString
Analysis > Gating > Span
SCPI.CALCULATE(Ch).SELECTED.FILTER.GATE.DISTANCE.SPAN
SCPI.CALCULATE(Ch).TRACE(Tr).FILTER.GATE.DISTANCE.SPAN