Property (Read-Write)
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.STATe = Value
Value = SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.STATe
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.
When the sweep type is the power sweep, you cannot turn ON the transformation function. If you execute this object trying to turn ON the transformation function during the power sweep, an error occurs and the object is ignored.
Parameter |
Status |
Description |
ON/OFF of the transformation function |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
False or OFF |
Dim Trans as Boolean
SCPI.CALCulate(4).SELected.TRANsform.DISTance.STATe = True
Trans = SCPI.CALCulate(4).SELected.TRANsform.DISTance.STATe
Analysis > Fault Location > Fault Location
:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:STATe {ON|OFF|1|0}
:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:STATe?
{1|0} <newline><^END>
10 OUTPUT 717;":CALC1:TRAN:DIST:STAT ON"
20 OUTPUT 717;":CALC1:TRAN:DIST:STAT?"
30 ENTER 717;A