State

SCPI Command :

[SENSe]:MIXer:RFOVerrange[:STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: [SENSe]:MIXer:RFOVerrange[:STATe]
value: bool = driver.applications.k60Transient.sense.mixer.rfOverrange.state.get()

If enabled, the band limits are extended beyond ‘RF Start’ and ‘RF Stop’ due to the capabilities of the used harmonics.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: [SENSe]:MIXer:RFOVerrange[:STATe]
driver.applications.k60Transient.sense.mixer.rfOverrange.state.set(state = False)

If enabled, the band limits are extended beyond ‘RF Start’ and ‘RF Stop’ due to the capabilities of the used harmonics.

param state

ON | OFF | 1 | 0