Control
SCPI Command :
[SENSe]:SSEarch:CONTrol
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() MeasurementStep[source]
# [SENSe]:SSEarch:CONTrol value: enums.MeasurementStep = driver.applications.k50Spurious.sense.ssearch.control.get()
Defines which steps of the measurement process are performed. All steps up to the selected step are performed. By default, all measurement steps are performed. For details on the measurement process steps see ‘Measurement process’.
- Returns:
step: SOVerview | NESTimate | SDETection | SPOTstep SOVerview Spectral overview only NESTimate Spectral overview and Noise Floor Estimation SDETection Spectral overview, Noise Floor Estimation, and Spurious Detection measurement SPOT Spot Search - all measurement steps are performed
- set(step: MeasurementStep) None[source]
# [SENSe]:SSEarch:CONTrol driver.applications.k50Spurious.sense.ssearch.control.set(step = enums.MeasurementStep.NESTimate)
Defines which steps of the measurement process are performed. All steps up to the selected step are performed. By default, all measurement steps are performed. For details on the measurement process steps see ‘Measurement process’.
- Parameters:
step – SOVerview | NESTimate | SDETection | SPOTstep SOVerview Spectral overview only NESTimate Spectral overview and Noise Floor Estimation SDETection Spectral overview, Noise Floor Estimation, and Spurious Detection measurement SPOT Spot Search - all measurement steps are performed