SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.OLOad.LOAD.COUNt(Pt)

Object type

Property (Read-only)

Syntax

Count = SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.OLOad.LOAD.COUNt(Pt)

Description

This command returns the count number of the acquired offset load standard calibration data for the selected port (Pt) and channel (Ch).

In other words, the number of times SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.OLOad.LOAD.EXECute is executed.  The maximum number of count for the acquired offset calibration data is two. If it is exceeded, an error occurs.

Variable

Parameter

Count

Description

Number of count for the offset calibration acquisition

Data type

Long integer type (Long)

Range

 

Note

If the specified variable is out of the allowable setup range, an error occurs when executed.

Examples

Dim Count As Long
Count = SCPI.SENSe(1).CORRection.COLLect.ACQuire.OLOad.LOAD.COUNt(1)

Related objects

SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.OLOad.LOAD.EXECute

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:SENSe{[1]-160}:CORRection:COLLect[:ACQuire]:OLOad:LOAD:COUNt?  <numeric>

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:CORR:COLL:OLO:LOAD:COUN? 1"
20 ENTER 717;A