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

Object type

Method (Write-only)

Syntax

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

Description

This command sets/displays the approximate length of the adaptor for the selected channel (Ch) and 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 > Coaxial Length

Equivalent SCPI command

Syntax

:SENSe{[1]-160}: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$