SCPI.SENSe(Ch).Z.COMPensation.FIXTure.SELect

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).Z.COMPensation.FIXTure.SELect = Fixture

Fixture = SCPI.SENSe(Ch).Z.COMPensation.FIXTure.SELect

Description

This command sets/gets the fixture model number to compensate the electrical length for the selected channel (Ch). Whne user fixture is selected, the electrical length for user fixture should be specified by SCPI.SENSe(Ch).Z.COMPensation.FIXTure.EDELay.USER.DISTance.

Variable

Parameter

Fixture

Description

Fixture model number

Data Type

Character string type (String)

Range

NONE|FXT16191A|FXT16192A|FXT16193A|FXT16194A|FXT16196A|FXT16196B|FXT16196C|FXT16197A|USER

Preset Value

NONE

Unit

-

Resolution

-

Examples

Dim Fixture as String
Fixture= "FXT16191A"
SCPI.SENSe(1).Z.COMPensation.FIXTure.SELect = Fixture
Fixture = SCPI.SENSe(1).Z.COMPensation.FIXTure.SELect

Related Objects

SCPI.SENSe(Ch).Z.COMPensation.FIXTure.EDELay.USER.DISTance

SCPI.SENSe(Ch).Z.COMPensation.FIXTure.EDELay.MODel.DISTance

Equivalent Key

Calibration > Fixture Compen > Fixture

Equivalent SCPI Command

Syntax

:SENSe{[1]-4}:Z:COMPensation:FIXTure[:SELect] {NONE|FXT16191A|FXT16192A|FXT16193A|FXT16194A|FXT16196A|FXT16196B|FXT16196C|FXT16197A|USER}

:SENSe{[1]-4}:Z:COMPensation:FIXTure[:SELect]?

Query Response

{NONE|FXT16191A|FXT16192A|FXT16193A|FXT16194A|FXT16196A|FXT16196B|FXT16196C|FXT16197A|USER} <newline><^END>

Example of use

10 OUTPUT 717;":SENS1:Z:COMP:FIXT FXT16191A"
20 OUTPUT 717;":SENS1:Z:COMP:FIXT?"
30 ENTER 717;A$