State<Status>

SCPI Command :

[SENSe]:SWEep:EGATe:TRACe<t>[:STATe<gr>]
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr32

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

Includes or excludes a gate range for a particular trace.

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

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

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

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

Includes or excludes a gate range for a particular trace.

Parameters:
  • state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

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

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

Cloning the Group

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