SCPI.SENSe(Ch).CORRection.COLLect.ADAPter(Pt).LENGth

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).CORRection.COLLect.ADAPter(Pt).LENGth=length

length=SCPI.SENSe(Ch).CORRection.COLLect.ADAPter(Pt).LENGth

Description

This command sets/displays the approximate length of the adaptor, for the selected channel (Ch) and for the selected port.

Variable

Parameter

length

Description

Adapter Length

Data type

Double precision floating point type (Double)

Range

-10 to +10

Unit

Second

Note

Adapter length is positive for adaptor removal and negative for adaptor insertion.

Examples

SCPI.SENSe(1).CORRection.COLLect.ADAPter(2).LENGth = 0.01

Related objects

SCPI.SENSe(Ch).CORRection.COLLect.METHod.ADAPter.REMoval

Equivalent key

Cal > Calibrate > Adapter Removal > Port1|Port2 > Coaxial Length

Equivalent SCPI command

Syntax

:SENSe{[1]-4}:CORRection:COLLect:ADAPter{[1]-2}:LENGth <+ or -><value of length>

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:CORR:COLL:ADAP2:LENG 0.01"
20 OUTPUT 717;":SENS1:CORR:COLL:ADAP2:LENG?"
30 ENTER 717;A$