Property (Read-Write)
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.UNIT = Param
Param = SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.UNIT
This command sets/gets the distance unit used for the transform function of the fault location display, for the active trace of the selected channel ( Ch).
Parameter |
Param |
Description |
The distance unit used for the transform function |
Data Type |
Character string type (String) |
Range |
Select from the following.
|
Preset Value |
"METers" |
Dim DistUnit as String
SCPI.CALCulate(4).SELected.TRANsform.DISTance.UNIT = "METers"
DistUnit = SCPI.CALCulate(4).SELected.TRANsform.DISTance.UNIT
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.STOP
Analysis > Fault Location > Unit > Meters|Feet|Seconds
When performing this operation from the front panel, you select the horizontal axis of the transform function either time or distance at the same time.
:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:UNIT {METers|FEET}
:CALCulate{[1]-4}[:SELected]:TRANsform:DISTance:UNIT?
{MET|FEET} <newline><^END>
10 OUTPUT 717;":CALC1:TRAN:DIST:UNIT FEET"
20 OUTPUT 717;":CALC1:TRAN:DIST:UNIT?"
30 ENTER 717;A$