Low

SCPI Command :

[SENSe]:MIXer:BIAS[:LOW]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:MIXer:BIAS[:LOW]
value: float = driver.applications.k9X11Ad.sense.mixer.bias.low.get()

Defines the bias current for the low (first) range. . Is only available if the external mixer is active (see method RsFsw.applications.k50Spurious.sense.mixer.state.set() ) .

set(bias_low: float) None[source]
# [SENSe]:MIXer:BIAS[:LOW]
driver.applications.k9X11Ad.sense.mixer.bias.low.set(bias_low = 1.0)

Defines the bias current for the low (first) range. . Is only available if the external mixer is active (see method RsFsw.applications.k50Spurious.sense.mixer.state.set() ) .