Mode

SCPI Commands

OUTPut:MODE:CAPacitance
OUTPut:MODE
class ModeCls[source]

Mode commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_capacitance() str[source]
# SCPI: OUTPut:MODE:CAPacitance
value: str = driver.output.mode.get_capacitance()

No command help available

return

arg_0: No help available

get_value() str[source]
# SCPI: OUTPut:MODE
value: str = driver.output.mode.get_value()

Sets or queries the output mode.

return

arg_0: AUTO | SINK | SOURce | list AUTO If operates in auto mode, the R&S NGU goes into sink or source mode depending on the voltage across the output terminal. If voltage across the output terminal exceeds the set voltage, current flows into the instrument, e.g. the instrument is now operating in sink mode; vv if voltage across output terminal is below set voltage, instrument operates as a source mode. SINK If operates in sink mode, current flows into the instrument. On display, current is shown as negative current. SOURce If operates in source mode, current flows out from the instrument.

set_capacitance(arg_0: str) None[source]
# SCPI: OUTPut:MODE:CAPacitance
driver.output.mode.set_capacitance(arg_0 = r1)

No command help available

param arg_0

No help available

set_value(arg_0: str) None[source]
# SCPI: OUTPut:MODE
driver.output.mode.set_value(arg_0 = r1)

Sets or queries the output mode.

param arg_0

AUTO | SINK | SOURce | list AUTO If operates in auto mode, the R&S NGU goes into sink or source mode depending on the voltage across the output terminal. If voltage across the output terminal exceeds the set voltage, current flows into the instrument, e.g. the instrument is now operating in sink mode; vv if voltage across output terminal is below set voltage, instrument operates as a source mode. SINK If operates in sink mode, current flows into the instrument. On display, current is shown as negative current. SOURce If operates in source mode, current flows out from the instrument.