Rremove
SCPI Command :
[SENSe]:SSEarch:RREMove
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [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.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Residuals are not removed ON | 1 Residuals are removed
- set(state: bool) None[source]
# [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.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Residuals are not removed ON | 1 Residuals are removed