SCPI.SENSe(Ch).Z.COMPensation.EDELay.TIME

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).Z.COMPensation.EDELay.TIME = Value

Value = SCPI.SENSe(Ch).Z.COMPensation.EDELay.TIME

Description

This command sets/gets the Z port extension delay value for the selected channel (Ch).

Variable

Parameter

Value

Description

Z port extension

Data Type

Double precision floating point type (Double)

Range

-1M ~ 1M

Preset Value

0

Unit

sec

Resolution

-

Examples

Dim Var as Double
Var= 0.001
SCPI.SENSe(1).Z.COMPensation.EDELay.TIME = Var
Var = SCPI.SENSe(1).Z.COMPensation.EDELay.TIME

Related Objects

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

Equivalent Key

Calibration > Fixture Compen > Z Port Extension

Equivalent SCPI Command

Syntax

:SENSe{[1]-4}:Z:COMPensation:EDELay:TIME <numeric>

:SENSe{[1]-4}:Z:COMPensation:EDELay:TIME?

Query Response

<numeric><newline><^END>

Example of use

10 OUTPUT 717;":SENSe1:Z:COMP:EDEL:TIME 0.001"
20 OUTPUT 717;":SENSe1:Z:COMP:EDEL:TIME?"
30 ENTER 717;A