SCPI.CALCulate(Ch).SELected.CONVersion.STATe

Object type

Property (Read-Write)

Syntax

All revision:

SCPI.CALCulate(Ch).SELected.CONVersion.STATe = Status

Status = SCPI.CALCulate(Ch).SELected.CONVersion.STATe

 

In revision A.9.60 and above, the following syntax is also supported:

SCPI.CALCulate(Ch).TRACe(Tr).CONVersion.STATe = Status

Status = SCPI.CALCulate(Ch).TRACe(Tr).CONVersion.STATe

Description

This command turns ON/OFF the parameter conversion function, for the active trace of selected channel (Ch).

 

In revision A.9.60 and above, you can select the trace and turn ON/OFF the parameter conversion function for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.

Variable

Parameter

Status

Description

ON/OFF of the parameter conversion function

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the parameter conversion function.

  • False or OFF: Turns OFF the parameter conversion function.

Preset value

False or OFF

Examples

Dim Conv As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.CONVersion.STATe = True
Conv = SCPI.CALCulate(1).SELected.CONVersion.STATe

Related objects

SCPI.CALCulate(Ch).SELected.CONVersion.FUNCtion

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

Equivalent key

Analysis > Conversion > Conversion

Equivalent SCPI command

Syntax

All revision:

:CALCulate{[1]-160}[:SELected]:CONVersion[:STATe] {ON|OFF|1|0}

:CALCulate{[1]-160}[:SELected]:CONVersion[:STATe]?

 

In revision A.9.60 and above, the following syntax is also supported:

:CALCulate{[1]-160}:TRACe{[1]-16}:CONVersion[:STATe] {ON|OFF|1|0}

:CALCulate{[1]-160}:TRACe{[1]-16}:CONVersion[:STATe]?

Query response

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

Example of use

10 OUTPUT 717;":CALC1:CONV ON"
20 OUTPUT 717;":CALC1:CONV?"
30 ENTER 717;A