State

SCPI Commands

SENSe:MIXer:STATe
class StateCls[source]

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

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

Activates or deactivates the use of a connected external mixer as input for the measurement. This command is only available if the optional External Mixer is installed and an external mixer is connected.

return

state: ON | OFF | 1 | 0

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

Activates or deactivates the use of a connected external mixer as input for the measurement. This command is only available if the optional External Mixer is installed and an external mixer is connected.

param state

ON | OFF | 1 | 0