State
SCPI Command :
[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.k6Pulse.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. (See ‘How to work with external mixers’) .
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: [SENSe]:MIXer[:STATe] driver.applications.k6Pulse.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. (See ‘How to work with external mixers’) .
- param state
ON | OFF | 1 | 0