State

SCPI Command :

[SOURce<HW>]:AREGenerator:OBJect<CH>:[SUBChannel<ST>]:[STATe]
class StateCls[source]

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

get(objectIx=ObjectIx.Default, subchannel=Subchannel.Default) bool[source]
# SCPI: [SOURce<HW>]:AREGenerator:OBJect<CH>:[SUBChannel<ST>]:[STATe]
value: bool = driver.source.areGenerator.object.subChannel.state.get(objectIx = repcap.ObjectIx.Default, subchannel = repcap.Subchannel.Default)

No command help available

param objectIx:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)

param subchannel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)

return:

areg_obj_state: No help available

set(areg_obj_state: bool, objectIx=ObjectIx.Default, subchannel=Subchannel.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:OBJect<CH>:[SUBChannel<ST>]:[STATe]
driver.source.areGenerator.object.subChannel.state.set(areg_obj_state = False, objectIx = repcap.ObjectIx.Default, subchannel = repcap.Subchannel.Default)

No command help available

param areg_obj_state:

No help available

param objectIx:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)

param subchannel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)