SCPI.CALCulate(Ch).SRL.STATe

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

Status

Description

SRL measurement function status

Data Type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the SRL measurement function.

  • False or OFF: Turns OFF the SRL measurement function.

Preset Value

False or OFF

Examples

Dim SRLStat as Boolean
SCPI.CALCulate(2).SRL.STATe = True
SRLStat = SCPI.CALCulate(2).SRL.STATe

Related Objects

SCPI.CALCulate(Ch).SRL.CONNector(Pt).CAPacitance

SCPI.CALCulate(Ch).SRL.CONNector(Pt).LENGth

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

Equivalent Key

Analysis > SRL > SRL

Equivalent SCPI Command

Syntax

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

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

Query Response

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

Example of use

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