Property (Read-Write)
SCPI.CALCulate(Ch).SELected.CONVersion.STATe = Status
Status = SCPI.CALCulate(Ch).SELected.CONVersion.STATe
This command turns ON/OFF the parameter conversion function, for the active trace of selected channel (Ch).
Parameter |
Status |
Description |
ON/OFF of the parameter conversion function |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
False or OFF |
Dim Conv As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.CONVersion.STATe = True
Conv = SCPI.CALCulate(1).SELected.CONVersion.STATe
SCPI.CALCulate(Ch).SELected.CONVersion.FUNCtion
SCPI.CALCulate(Ch).PARameter(Tr).SELect
Analysis > Conversion > Conversion
:CALCulate{[1]-4}[:SELected]:CONVersion[:STATe] {ON|OFF|1|0}
:CALCulate{[1]-4}[:SELected]:CONVersion[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":CALC1:CONV ON"
20 OUTPUT 717;":CALC1:CONV?"
30 ENTER 717;A