Control
SCPI Command :
[SENSe]:SSEarch:CONTrol
- class ControlCls[source]
Control commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.MeasurementStep [source]
# SCPI: [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’.
- return
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: RsFsw.enums.MeasurementStep) None [source]
# SCPI: [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’.
- param 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