SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.SPAN

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.SPAN = Value

Value = SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.SPAN

Description

This command sets/gets the span value used for the transformation function of the fault location display, for the active trace of the selected channel ( Ch).

Variable

Parameter

   Value

Description

Span value

Data Type

Double precision floating point type (Double)

Range

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

Preset Value

 19.6714211286 ft or 5.99584916 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.

Examples

Dim Span as Double
SCPI.CALCulate(4).SELected.TRANsform.DISTance.SPAN = 0.42E+1
Span = SCPI.CALCulate(4).SELected.TRANsform.DISTance.SPAN

Related Objects

SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.CENTer

SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.STARt

SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.STOP

SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.UNIT

Equivalent Key

Analysis > Fault Location > Span

Equivalent SCPI Command

Syntax

:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:SPAN <numeric>

:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:SPAN?

Query Response

{numeric} <newline><^END>

Example of use

10 OUTPUT 717;":CALC1:TRAN:DIST:SPAN 4.42"
20 OUTPUT 717;":CALC1:TRAN:DIST:SPAN?"
30 ENTER 717;A