Property (Read-only)
Count = SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.OLOad.LOAD.COUNt(Pt)
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.
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. |
Dim Count As Long
Count = SCPI.SENSe(1).CORRection.COLLect.ACQuire.OLOad.LOAD.COUNt(1)
SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.OLOad.LOAD.EXECute
No equivalent key is available on the front panel.
:SENSe{[1]-160}:CORRection:COLLect[:ACQuire]:OLOad:LOAD:COUNt? <numeric>
{numeric}<newline><^END>
10 OUTPUT 717;":SENS1:CORR:COLL:OLO:LOAD:COUN? 1"
20 ENTER 717;A