State

SCPI Command :

LANE<*>:EMBedding:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default) bool[source]
# LANE<*>:EMBedding:STATe
value: bool = driver.lane.embedding.state.get(lane = repcap.Lane.Default)

Activates the embedding.

Parameters:

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

Returns:

state: OFF | ON

set(state: bool, lane=Lane.Default) None[source]
# LANE<*>:EMBedding:STATe
driver.lane.embedding.state.set(state = False, lane = repcap.Lane.Default)

Activates the embedding.

Parameters:
  • state – OFF | ON

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