Voltage

SCPI Commands

BIAS:EXTernal:VOLTage:STATe
class VoltageCls[source]

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

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

Activates the externally supplied bias voltage.

return:

external_voltage_bias_state: No help available

set_state(external_voltage_bias_state: bool) None[source]
# SCPI: BIAS:EXTernal[:VOLTage][:STATe]
driver.bias.external.voltage.set_state(external_voltage_bias_state = False)

Activates the externally supplied bias voltage.

param external_voltage_bias_state:

No help available