:CALC<Ch>:TRAN:METH

Type

Command/Query

Syntax

: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?

Description

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.

Variable

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"

Query Response

{TIME|DIST}<newline><^END>

Examples

Dim Var as String
Var= "TIME"
Ena.WriteString ":CALC1:TRAN:METH " & Var, True
Ena.WriteString ":CALC1:TRAN:METH?", True
Var=Ena.ReadString

Related Commands

:CALC:TRAN:DIST:UNIT

Equivalent Softkey

Analysis > Transform > Unit > Seconds | Meters | Feet | Inches

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.TRANSFORM.METHOD

SCPI.CALCULATE(Ch).TRACE(Tr).TRANSFORM.METHOD