Resistance

SCPI Commands

SOURce:RESistance:STATe
class ResistanceCls[source]

Resistance commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce]:RESistance:STATe
value: bool = driver.source.resistance.get_state()

Sets or queries the constant resistance mode.

return

arg_0: No help available

set_state(arg_0: bool) None[source]
# SCPI: [SOURce]:RESistance:STATe
driver.source.resistance.set_state(arg_0 = False)

Sets or queries the constant resistance mode.

param arg_0

No help available

Subgroups