Command/Query
:CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:SPAN <Value>
:CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:SPAN?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:TIME:SPAN <Value>
:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:TIME:SPAN?
This command sets/gets the span value of the gate used for the gating function of the time domain function.
Parameter |
Value |
Description |
The span value of the gate |
Data Type |
Numeric type (Real) |
Range |
Varies depending on the frequency span and the number of points |
Preset Value |
20n |
Unit |
s (second) |
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. |
{numeric}<newline><^END>
Dim Var as Double
Var = 0.05
Ena.WriteString ":CALC1:FILT:TIME:SPAN " & Var, True
Ena.WriteString ":CALC1:FILT:TIME:SPAN?", True
Var=Ena.ReadNumber
Analysis > Gating > Span
SCPI.CALCULATE(Ch).SELECTED.FILTER.GATE.TIME.SPAN
SCPI.CALCULATE(Ch).TRACE(Tr).FILTER.GATE.TIME.SPAN