Property (Read-Write)
SCPI.CALCulate(Ch).SELected.TRANsform.METHod = Param
Param = SCPI.CALCulate(Ch).SELected.TRANsform.METHod
This command sets/gets the horizontal axis of the transform function either as time or distance, for the active trace of the selected channel ( Ch).
Parameter |
Param |
Description |
The horizontal axis of the transform function |
Data Type |
Character string type (String) |
Range |
Select from the following.
|
Preset Value |
"TIME" |
Dim TranMeth as String
SCPI.CALCulate(4).SELected.TRANsform.METHod = "TIME"
TranMeth = SCPI.CALCulate(4).SELected.TRANsform.METHod
SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.UNIT
Analysis > Fault Location > Unit > Meters|Feet|Seconds
:CALCulate{[1]-4}[:SELected]:TRANsform:METHod {TIME|DISTance}
:CALCulate{[1]-4}[:SELected]:TRANsform:METHod?
{TIME|DIST} <newline><^END>
10 OUTPUT 717;":CALC1:TRAN:METH DIST"
20 OUTPUT 717;":CALC1:TRAN:METH?"
30 ENTER 717;A$