:CALC<Ch>:TRAN:TIME:STOP

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:TRANsform:TIME:STOP <Value>

:CALCulate<Ch>[:SELected]:TRANsform:TIME:STOP?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:TRANsform:TIME:STOP <Value>

:CALCulate<Ch>:TRACe<Tr>:TRANsform:TIME:STOP?

Description

This command sets/gets the stop time for time domain measurements. Use :CALC:TRAN:DIST:STOP when :CALC:TRAN:METH is set at distance.

Variable

Parameter

Value

Description

Stop value

Data Type

Numeric type (Real)

Range

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

Preset Value

10n

Unit

s (second)

Resolution

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
Ena.WriteString ":CALC1:TRAN:TIME:STOP " & Var, True
Ena.WriteString ":CALC1:TRAN:TIME:STOP?", True
Var=Ena.ReadString

Related Commands

:CALC:TRAN:METH

:CALC:TRAN:TIME:STAT

 

:CALC:TRAN:TIME

:CALC:TRAN:TIME:STIM

:CALC:TRAN:TIME:IMP:WIDT

:CALC:TRAN:TIME:KBES

:CALC:TRAN:TIME:LPFR

 

:CALC:TRAN:TIME:CENT

:CALC:TRAN:TIME:SPAN

:CALC:TRAN:TIME:STAR

 

:CALC:TRAN:DIST:STOP

Equivalent Softkey

Analysis > Transform > Stop

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.TRANSFORM.TIME.STOP

SCPI.CALCULATE(Ch).TRACE(Tr).TRANSFORM.TIME.STOP