Property (Read-Write)
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.STOP = Value
Value = SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.STOP
This command sets/gets the stop value used for the transformation function of the fault location display, for the active trace of the selected channel ( Ch).
Parameter |
Value |
Description |
Stop value |
Data Type |
Double precision floating point type (Double) |
Range |
Varies depending on the frequency span and the number of points. |
Preset Value |
9.8357105643 ft or 2.99792458 m |
Unit |
ft (feet) or m (meters) |
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 DistStop as Double
SCPI.CALCulate(4).SELected.TRANsform.DISTance.STOP = -2.5
DistStop = SCPI.CALCulate(4).SELected.TRANsform.DISTance.STOP
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.CENTer
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.SPAN
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.STARt
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.UNIT
Analysis > Fault Location > Stop
:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:STOP <numeric>
:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:STOP?
{numeric} <newline><^END>
10 OUTPUT 717;":CALC1:TRAN:DIST:STOP -2.2"
20 OUTPUT 717;":CALC1:TRAN:DIST:STOP?"
30 ENTER 717;A