:CALC<Ch>:TRAN:DIST:STOP

Type

Command/Query

Syntax

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

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

 

The following syntax is also supported:

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

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

Description

This command sets/gets the stop value used for the transformation function of the fault location display. Use :CALC:TRAN:TIME:STOP when :CALC:TRAN:METH is set at time.

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

2.99792458

Unit

ft (feet), m (meters) or in (inches)

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

Related Commands

:CALC:TRAN:METH

:CALC:TRAN:DIST:STAT

 

:CALC:TRAN:DIST

:CALC:TRAN:DIST:STIM

:CALC:TRAN:DIST:KBES

:CALC:TRAN:DIST:LPFR

:CALC:TRAN:DIST:IMP:WIDT

:CALC:TRAN:DIST:STEP:RTIM

 

:CALC:TRAN:DIST:CENT

:CALC:TRAN:DIST:SPAN

:CALC:TRAN:DIST:STAR

 

:CALC:TRAN:TIME:STOP

Equivalent Softkey

Analysis > Transform > Stop

COM Command Syntax (Internal Control Only)

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

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