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

Object Type

Property (Read-Write)

Syntax

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

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

Description

This command turns ON/OFF the transformation function of the fault location display, for the active trace of the selected channel ( Ch).

You can enable the transformation function only when the sweep type is the linear sweep and the number of points is three or more. If you execute this object to try to enable the transformation function when the sweep type is other than the linear sweep or the number of points is less than three, an error occurs and the object is ignored.

Variable

Parameter

Status

Description

ON/OFF of the transformation function

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the transformation function.

  • False or OFF: Turns OFF the transformation function.

Preset value

False or OFF

Examples

Dim Trans as Boolean
SCPI.CALCulate(4).SELected.TRANsform.DISTance.STATe = True
Trans = SCPI.CALCulate(4).SELected.TRANsform.DISTance.STATe

Related Objects

Equivalent Key

Analysis > Fault Location > Fault Location

Equivalent SCPI Command

Syntax

:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:STATe {ON|OFF|1|0}

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

Query Response

{1|0} <newline><^END>

Example of use

10 OUTPUT 717;":CALC1:TRAN:DIST:STAT ON"
20 OUTPUT 717;":CALC1:TRAN:DIST:STAT?"
30 ENTER 717;A