:CALC<Ch>:FILT:TIME:STOP

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:STOP <Value>

:CALCulate<Ch>[:SELected]:FILTer[:GATE]:TIME:STOP?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:TIME:STOP <Value>

:CALCulate<Ch>:TRACe<Tr>:FILTer[:GATE]:TIME:STOP?

Description

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

Variable

Parameter

Value

Description

The stop value of the gate

Data Type

Numeric type (Real)

Range

Varies depending on the frequency span and the number of points.

Preset Value

10n

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:STOP " & Str(Var), True
Ena.WriteString ":CALC1:FILT:TIME:STOP?", 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:SPAN

:CALC:FILT:TIME:STAR

Equivalent Softkey

Analysis > Gating > Stop

COM Command Syntax (Internal Control Only)

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

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