:CALC<Ch>:CONV

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:CONVersion[:STATe] {ON|OFF|1|0}

:CALCulate<Ch>[:SELected]:CONVersion[:STATe]?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:CONVersion[:STATe] {ON|OFF|1|0}

:CALCulate<Ch>:TRACe<Tr>:CONVersion[:STATe]?

Description

This command turns ON/OFF the parameter conversion function.

Variable

Parameter

Selection Option

Description

State of the parameter conversion function

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0.

Preset Value

OFF

Query Response

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

Examples

Dim Var as Integer
Var = 1
Ena.WriteString ":CALC1:CONV " & Str(Var), True
Ena.WriteString ":CALC1:CONV?", True
Var=Ena.ReadNumber

Related Commands

:CALC:CONV:FUNC

Equivalent Softkey

Analysis > Conversion > Conversion

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.CONVERSION.STATE

SCPI.CALCULATE(Ch).TRACE(Tr).CONVERSION.STATE