Low
SCPI Command :
[SENSe]:MIXer:BIAS[:LOW]
- class LowCls[source]
Low commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:MIXer:BIAS[:LOW] value: float = driver.applications.k70Vsa.sense.mixer.bias.low.get()
Defines the bias current for the low (first) range. . Is only available if the external mixer is active (see [SENSe:]MIXer<x>[:STATe]) .
- return
bias: No help available
- set(bias: float) None [source]
# SCPI: [SENSe]:MIXer:BIAS[:LOW] driver.applications.k70Vsa.sense.mixer.bias.low.set(bias = 1.0)
Defines the bias current for the low (first) range. . Is only available if the external mixer is active (see [SENSe:]MIXer<x>[:STATe]) .
- param bias
No help available