Bias

SCPI Commands

BIAS:STATe
class BiasCls[source]

Bias commands group definition. 5 total commands, 3 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: BIAS:STATe
value: bool = driver.bias.get_state()

Activates the internal DC bias. To set the corresponding bias voltage or current value, use commands method RsLcx.Bias. Current.level, or method RsLcx.Bias.Voltage.level.

return:

bias_state: No help available

set_state(bias_state: bool) None[source]
# SCPI: BIAS:STATe
driver.bias.set_state(bias_state = False)

Activates the internal DC bias. To set the corresponding bias voltage or current value, use commands method RsLcx.Bias. Current.level, or method RsLcx.Bias.Voltage.level.

param bias_state:

No help available

Subgroups