SCPI.CALCulate(Ch).SELected.TRANsform.METHod

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SELected.TRANsform.METHod = Param

Param = SCPI.CALCulate(Ch).SELected.TRANsform.METHod

Description

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).

Variable

Parameter

   Param

Description

The horizontal axis of the transform function

Data Type

Character string type (String)

Range

Select from the following.

  • "TIME": Specifies the time.

  • "DISTance": Specifies the distance.

Preset Value

"TIME"

Examples

Dim TranMeth as String
SCPI.CALCulate(4).SELected.TRANsform.METHod = "TIME"
TranMeth = SCPI.CALCulate(4).SELected.TRANsform.METHod

Related Objects

SCPI.CALCulate(Ch).SELected.TRANsform.DISTance.UNIT

Equivalent Key

Analysis > Fault Location > Unit > Meters|Feet|Seconds

Equivalent SCPI Command

Syntax

:CALCulate{[1]-4}[:SELected]:TRANsform:METHod {TIME|DISTance}

:CALCulate{[1]-4}[:SELected]:TRANsform:METHod?

Query Response

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

Example of use

10 OUTPUT 717;":CALC1:TRAN:METH DIST"
20 OUTPUT 717;":CALC1:TRAN:METH?"
30 ENTER 717;A$