:SENSe:CORRection:LOAD
Description
Gets or sets the resistance value in Ω used for the load calibration.
Note
The load value can only be set, if the selected measurement mode supports a load calibration. Otherwise a Settings Conflict error is raised.
Syntax
:SENSe<ch>:CORRection:LOAD
| Command | Query | Query Response |
|---|---|---|
| Yes | Yes | The load value in Ohm. |
| Parameters | Accepted Format |
Allowed Suffixes |
Possible Errors |
Description |
|---|---|---|---|---|
{ <numeric> | MINimum | MAXimum } |
Range from 1Ω to 1kΩ |
Ohm |
Settings conflict |
The load value in Ohm. |
To learn more about channels and traces, please refer to the SCPI command structure
Sample usage
Configure an S11 measurement, set the load value to 100 Ohm and perform the full range load calibration.
visaSession.write(':CALC:PAR:DEF S11\n')
visaSession.write(':SENS:CORR:LOAD 100Ohm\n')
visaSession.write(':SENS:CORR:FULL:LOAD\n')
visaSession.query('*OPC?\n')