Rremove
SCPI Command :
[SENSe]:SSEarch:RREMove
- class RremoveCls[source]
Rremove commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:SSEarch:RREMove value: bool = driver.applications.k50Spurious.sense.ssearch.rremove.get()
If enabled, residual spurs, which are generated by internal components in the FSW itself, are not included in the spur results. Note, however, if a residual spur coincides with a ‘true’ spur, the spur is also removed.
- return
state: ON | OFF | 0 | 1 OFF | 0 Residuals are not removed ON | 1 Residuals are removed
- set(state: bool) None [source]
# SCPI: [SENSe]:SSEarch:RREMove driver.applications.k50Spurious.sense.ssearch.rremove.set(state = False)
If enabled, residual spurs, which are generated by internal components in the FSW itself, are not included in the spur results. Note, however, if a residual spur coincides with a ‘true’ spur, the spur is also removed.
- param state
ON | OFF | 0 | 1 OFF | 0 Residuals are not removed ON | 1 Residuals are removed