Command/Query
:CALCulate<Ch>[:SELected]:TRANsform:METHod {TIME|DISTance}
:CALCulate<Ch>[:SELected]:TRANsform:METHod?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:TRANsform:METHod {TIME|DISTance}
:CALCulate<Ch>:TRACe<Tr>:TRANsform:METHod?
This command sets/gets the horizontal axis of the transform function either as time or distance.
When this is set at time, use :CALC:TRANS:TIME:xxxx.
When this is set at distance, use :CALC:TRANS:DIST:xxxx.
Parameter |
Selection Option |
Description |
The horizontal axis of the transform function |
Data Type |
Character string type (String) |
Range |
"TIME": Specifies the time. "DISTance": Specifies the distance. |
Preset Value |
"TIME" |
{TIME|DIST}<newline><^END>
Dim Var as String
Var= "TIME"
Ena.WriteString ":CALC1:TRAN:METH " & Var, True
Ena.WriteString ":CALC1:TRAN:METH?", True
Var=Ena.ReadString
Analysis > Transform > Unit > Seconds | Meters | Feet | Inches
SCPI.CALCULATE(Ch).SELECTED.TRANSFORM.METHOD
SCPI.CALCULATE(Ch).TRACE(Tr).TRANSFORM.METHOD