SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STATe

Object type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STATe = Status

Status = SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STATe

Description

This command turns ON/OFF the transformation function of the time domain function, for the active trace of the selected channel (Ch).

You can enable the transformation function only when the sweep type is the linear sweep and the number of points is three or more. If you execute this object to enable the transformation function when the sweep type is other than the linear sweep or the number of points is less than three, an error occurs and the object is ignored.

Variable

Parameter

Status

Description

ON/OFF of the gating function

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the transformation function.

  • False or OFF: Turns OFF the transformation function.

Preset value

False or OFF

Examples

Dim Trans As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.TRANsform.TIME.STATe = True
Trans = SCPI.CALCulate(1).SELected.TRANsform.TIME.STATe

Related objects

SCPI.CALCulate(Ch).PARameter(Tr).SELect

SCPI.SENSe(Ch).SWEep.TYPE

SCPI.SENSe(Ch).SWEep.POINts

Equivalent key

Analysis > Fault Location > Transform

Equivalent SCPI command

Syntax

:CALCulate{[1]-4}[:SELected]:TRANsform:TIME:STATe {ON|OFF|1|0}

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

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:TRAN:TIME:STAT ON"
20 OUTPUT 717;":CALC1:TRAN:TIME:STAT?"
30 ENTER 717;A