High

SCPI Command :

[SENSe]:MIXer:BIAS:HIGH
class HighCls[source]

High commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:MIXer:BIAS:HIGH
value: float = driver.applications.k70Vsa.sense.mixer.bias.high.get()

Defines the bias current for the high (last) 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:HIGH
driver.applications.k70Vsa.sense.mixer.bias.high.set(bias = 1.0)

Defines the bias current for the high (last) range. . Is only available if the external mixer is active (see [SENSe:]MIXer<x>[:STATe]) .

param bias

No help available