High
SCPI Command :
[SENSe]:MIXer:BIAS:HIGH
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:MIXer:BIAS:HIGH value: float = driver.applications.k9X11Ad.sense.mixer.bias.high.get()
Defines the bias current for the high (last) range. . Is only available if the external mixer is active (see method
RsFsw.applications.k50Spurious.sense.mixer.state.set()) .
- set(bias_high: float) None[source]
# [SENSe]:MIXer:BIAS:HIGH driver.applications.k9X11Ad.sense.mixer.bias.high.set(bias_high = 1.0)
Defines the bias current for the high (last) range. . Is only available if the external mixer is active (see method
RsFsw.applications.k50Spurious.sense.mixer.state.set()) .