:SENSe:CORRection:SDELaytime
Description
Gets or sets the delay time when performing the short calibration.
Note
The short delay time can only be set, if the selected measurement mode supports a short calibration. Otherwise a Settings Conflict error is raised.
Syntax
:SENSe<ch>:CORRection:SDELaytime
| Command | Query | Query Response |
|---|---|---|
| Yes | Yes | The short delay time in seconds. |
| Parameters | Accepted Format |
Allowed Suffixes |
Possible Errors |
Description |
|
|---|---|---|---|---|---|
{ <numeric> | MINimum | MAXimum } |
Range from 0s to 500μs |
s - Seconds |
Settings conflict |
The short delay time in seconds. |
To learn more about channels and traces, please refer to the SCPI command structure
Sample usage
Configure an S11 measurement, set the short delay time to 50ps and perform the full range short calibration.
visaSession.write(':CALC:PAR:DEF S11\n')
visaSession.write(':SENS:CORR:SDEL 50ps\n')
visaSession.write(':SENS:CORR:FULL:SHOR\n')
visaSession.query('*OPC?\n')