State<Status>

RepCap Settings

# Range: Nr1 .. Nr32
rc = driver.sense.sweep.egate.trace.state.repcap_status_get()
driver.sense.sweep.egate.trace.state.repcap_status_set(repcap.Status.Nr1)

SCPI Commands

SENSe:SWEep:EGATe:TRACe<Trace>:STATe<Status>
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Status, default value after init: Status.Nr1

get(trace=Trace.Default, status=Status.Default) bool[source]
# SCPI: [SENSe]:SWEep:EGATe:TRACe<t>[:STATe<gr>]
value: bool = driver.sense.sweep.egate.trace.state.get(trace = repcap.Trace.Default, status = repcap.Status.Default)

No command help available

param trace

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

param status

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

return

state: No help available

set(state: bool, trace=Trace.Default, status=Status.Default) None[source]
# SCPI: [SENSe]:SWEep:EGATe:TRACe<t>[:STATe<gr>]
driver.sense.sweep.egate.trace.state.set(state = False, trace = repcap.Trace.Default, status = repcap.Status.Default)

No command help available

param state

No help available

param trace

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

param status

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.sweep.egate.trace.state.clone()