Voltage

SCPI Commands

BIAS:VOLTage:LEVel
class VoltageCls[source]

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

get_level() float[source]
# SCPI: BIAS:VOLTage[:LEVel]
value: float = driver.bias.voltage.get_level()

Sets the internal DC bias voltage value. To activate the bias, use command method RsLcx.Bias.state.

return:

bias_voltage_level: No help available

set_level(bias_voltage_level: float) None[source]
# SCPI: BIAS:VOLTage[:LEVel]
driver.bias.voltage.set_level(bias_voltage_level = 1.0)

Sets the internal DC bias voltage value. To activate the bias, use command method RsLcx.Bias.state.

param bias_voltage_level:

No help available