Command/Query
:CALCulate<Ch>[:SELected]:FILTer[:GATE]:METHod {TIME|DISTance}
:CALCulate<Ch>[:SELected]:FILTer[:GATE]:METHod?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:METHod {TIME|DISTance}
:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:METHod?
This command sets/gets the horizontal axis of the gating function either time or distance.
When this is set at time, use :CALC:FILT:TIME:xxxx.
When this is set at distance, use :CALC:FILT:DIST:xxxx.
Parameter |
Selection Option |
Description |
The horizontal axis of the gating function |
Data Type |
Character string type (String) |
Range |
"TIME": Specifies the time. "DISTance": Specifies the distance. |
Preset Value |
"TIME" |
{TIME|DIST}<newline><^END>
Dim Var as String
Var= "TIME"
Ena.WriteString ":CALC1:FILT:METH " & Var, True
Ena.WriteString ":CALC1:FILT:METH?", True
Var=Ena.ReadString
Analysis > Gating > Unit > Seconds | Meters | Feet | Inches
SCPI.CALCULATE(Ch).SELECTED.FILTER.GATE.METHOD
SCPI.CALCULATE(Ch).TRACE(Tr).FILTER.GATE.METHOD