Low
SCPI Command :
[SENSe]:MIXer:BIAS[:LOW]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:MIXer:BIAS[:LOW] value: float = driver.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.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()) .