SCPI.SENSe(Ch).Z.COMPensation.COLLect.STAN.OPEN.LS

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).Z.COMPensation.COLLect.STAN.OPEN.LS = Value

Value = SCPI.SENSe(Ch).Z.COMPensation.COLLect.STAN.OPEN.LS

Description

This command sets/gets the Ls value of Open Standard for the fixture compensation for the selected channel (Ch). This is independent from the calibration kit.

Variable

Parameter

Value

Description

Ls value of Open Standard

Data Type

Double precision floating point type (Double)

Range

-1M ~ 1M

Preset Value

0

Unit

H

Resolution

-

Examples

Dim Var as Double
Var= 1E-10
SCPI.SENSe(1).Z.COMPensation.COLLect.STAN.OPEN.LS = Var
Var = SCPI.SENSe(1).Z.COMPensation.COLLect.STAN.OPEN.LS

Related Objects

SCPI.SENSe(Ch).Z.COMPensation.COLLect.STAN.OPEN.GS

SCPI.SENSe(Ch).Z.COMPensation.COLLect.STAN.OPEN.CP

SCPI.SENSe(Ch).Z.COMPensation.COLLect.ACQuire

Equivalent Key

Calibration > Fixture Compen > Compen STDs > Open Ls

Equivalent SCPI Command

Syntax

:SENSe{[1]-4}:Z:COMPensation:COLLect:STAN:OPEN:LS <numeric>

:SENSe{[1]-4}:Z:COMPensation:COLLect:STAN:OPEN:LS?

Query Response

<numeric><newline><^END>

Example of use

10 OUTPUT 717;":SENS1:Z:COMP:COLL:STAN:OPEN:LS 1E-10"
20 OUTPUT 717;":SENS1:Z:COMP:COLL:STAN:OPEN:LS?"
30 ENTER 717;A