SCPI.CALCulate(Ch).SRL.IMPedance.AUTO.STATe

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SRL.IMPedance.AUTO.STATe = Status

Status = SCPI.CALCulate(Ch).SRL.IMPedance.AUTO.STATe

Description

This command turns ON/OFF the auto impedance calculation function of the SRL measurement, for the active trace of the selected channel ( Ch).

Variable

Parameter

Status

Description

Auto impedance calculation status

Data Type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the auto impedance calculation function.

  • False or OFF: Turns OFF the auto impedance calculation function.

Preset Value

True or ON

Examples

Dim Stat as Boolean
SCPI.CALCulate(4).SRL.IMPedance.AUTO.STATe = True
Stat = SCPI.CALCulate(4).SRL.IMPedance.AUTO.STATe

Related Objects

SCPI.CALCulate(Ch).SRL.IMPedance.AUTO.CUToff

SCPI.CALCulate(Ch).SRL.IMPedance.MANual

Equivalent Key

Analysis > SRL > Auto Z

Equivalent SCPI Command

Syntax

:CALCulate{[1]-4}:SRL:IMPedance:AUTO[:STATe] {ON|OFF|1|0}

:CALCulate{[1]-4}:SRL:IMPedance:AUTO[:STATe]?

Query Response

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

Example of use

10 OUTPUT 717;":CALC2:SRL:IMP:AUTO ON"
20 OUTPUT 717;":CALC2:SRL:IMP:AUTO?"
30 ENTER 717;A