State
SCPI Command :
[SENSe]:MIXer[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [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’) .
- set(arg_0: bool) None[source]
# [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’) .