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

Object type

Method (Write-only)

Syntax

SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.OLOad.LOAD.CLEar = Port

Description

This command clears the acquired offset load data for the selected port and channel (Ch).

Variable

Parameter

Port

Description

Port number for clear

Data type

Long integer type (Long)

Range

1 to 2

Note

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

Examples

Dim Dmy As Long
SCPI.SENSe(1).CORRection.COLLect.ACQuire.OLOad.LOAD.CLEar = 1
Dmy = SCPI.IEEE4882.OPC

Related objects

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

SCPI.SENSe(Ch).CORRection.COLLect.ACQuire.OLOAd.LOAD.DONE

Equivalent key

Cal > Calibrate > Enhanced Response > Load > Load n - Offset Load > Clear

Cal > Calibrate > 1-Port Cal > Load  > Load n - Offset Load > Clear

Cal > Calibrate > 2-Port Cal > Reflection > Port1 Load  > Load2 - Offset Load > Clear

Equivalent SCPI command

Syntax

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

Example of use

10 OUTPUT 717;":SENS1:CORR:COLL:OLO:LOAD:CLE 1"
30 ENTER 717;A