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.k18AmplifierEt.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
arg_0: No help available
- set(arg_0: bool) None [source]
# SCPI: [SENSe]:MIXer[:STATe] driver.applications.k18AmplifierEt.sense.mixer.state.set(arg_0 = 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 arg_0
No help available