:SENSe:CORRection:USERrange:THRU[:EXEcute]
Description
Executes the THRU calibration over the range configured by the user. On completion of this command, the calibration data is calculated and the calibration is enabled automatically.
Note
The calibration may take some time. Thereforethe command is implemented as overlapped command and can be awaited.
Important
The thru calibration is only performable with the right measurement settings, otherwise a Settings Conflict Error is raised.
E.g. it is not valid to perform a thru calibration if the selected measurement mode is set to S11 - measurement.
For more information about the calibration system please refer to Calibration.
Syntax
:SENSe<ch>:CORRection:USERrange:THRU[:EXEcute]
| Command | Query |
|---|---|
| Yes | No |
To learn more about channels and traces, please refer to the SCPI command structure
Sample usage
Perform a Thru User Range Calibration and wait for its completion.
visaSession.write(':CALC:PAR:DEF S21\n')
visaSession.write(':SENS:CORR:USER:THRU\n')
visaSession.write('*WAI\n')
Related commands
:SENSe:CORRection:FULLrange:LOAD[:EXECUTE]
:SENSe:CORRection:FULLrange:OPEN[:EXECUTE]
:SENSe:CORRection:FULLrange:SHORt[:EXECUTE]
:SENSe:CORRection:FULLrange:THRU[:EXECUTE]
:SENSe:CORRection:USERrange:LOAD[:EXECUTE]
:SENSe:CORRection:USERrange:OPEN[:EXECUTE]
:SENSe:CORRection:USERrange:SHORt[:EXECUTE]