Property (Read-Write)
SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.SPAN = Value
Value = SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.SPAN
The following syntax is also supported:
SCPI.CALCulate(Ch).TRACe(Tr).FILTer.GATE.TIME.SPAN = Value
Value = SCPI.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, for the active trace of selected channel (Ch).
Optionally, you can select the trace and set/get the span value of the gate used for the gating function of the time domain function for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.
Parameter |
Value |
Description |
The span value of the gate |
Data type |
Double precision floating point type (Double) |
Range |
Varies depending on the frequency span and the number of points. |
Preset value |
2E-8 |
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. |
Dim FilStar As Double
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.FILTer.GATE.TIME.SPAN = 1E-8
FilStar = SCPI.CALCulate(1).SELected.FILTer.GATE.TIME.SPAN
SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.CENTer
SCPI.CALCulate(Ch).SELected.FILTer.GATE.TIME.STATe
SCPI.CALCulate(Ch).PARameter(Tr).SELect
Analysis > Gating > Span
:CALCulate{[1]-160}[:SELected]:FILTer[:GATE]:TIME:SPAN <numeric>
:CALCulate{[1]-160}[:SELected]:FILTer[:GATE]:TIME:SPAN?
The following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:FILTer[:GATE]:TIME:SPAN <numeric>
:CALCulate{[1]-160}:TRACe{[1]-16}:FILTer[:GATE]:TIME:SPAN?
{numeric}<newline><^END>
10 OUTPUT 717;":CALC1:FILT:TIME:SPAN 1E-8"
20 OUTPUT 717;":CALC1:FILT:TIME:SPAN?"
30 ENTER 717;A