:SENSe:CORRection:USERrange:SHORt[:EXEcute]
Description
Executes the SHORT calibration over the range configured by the user. If all the necessary calibration measurements have been performed on completion of this command, the calibration data is calculated and the calibration is enabled automatically.
Note
The calibration may take some time. Therefore the command is implemented as overlapped command and can be awaited.
Important
The short 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 short calibration if the selected measurement mode is set to Gain - measurement.
For more information about the calibration system please refer to Calibration.
Syntax
:SENSe<ch>:CORRection:USERrange:SHORt[:EXEcute]
| Command | Query |
|---|---|
| Yes | No |
To learn more about channels and traces, please refer to the SCPI command structure
Sample usage
Perform a Short User Range Calibration and wait for its completion.
visaSession.write(':CALC:PAR:DEF Z\n')
visaSession.write(':SENS:Z:METH TSER\n')
visaSession.write(':SENS:CORR:USER:SHOR\n')
response = visaSession.query('*OPC?\n')
print(response)
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:THRU[:EXECUTE]