:CALC<Ch>:FILT:TIME:SPAN

Type

Command/Query

Syntax

: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?

Description

This command sets/gets the span value of the gate used for the gating function of the time domain function.

Variable

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.

Query Response

{numeric}<newline><^END>

Examples

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

Related Commands

:CALC:FILT:METH

:CALC:FILT:TIME:STAT

 

:CALC:FILT:TIME

:CALC:FILT:TIME:SHAP

 

:CALC:FILT:TIME:CENT

:CALC:FILT:TIME:STAR

:CALC:FILT:TIME:STOP

Equivalent Softkey

Analysis > Gating > Span

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.FILTER.GATE.TIME.SPAN

SCPI.CALCULATE(Ch).TRACE(Tr).FILTER.GATE.TIME.SPAN