State
SCPI Command :
LANE<*>:EMBedding:COMPonent<*>[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default, component=Component.Default) bool[source]
# LANE<*>:EMBedding:COMPonent<*>[:STATe] value: bool = driver.lane.embedding.component.state.get(lane = repcap.Lane.Default, component = repcap.Component.Default)
Enables or disables the indicated component for embedding. The first and the last component are always enabled and cannot be disabled.
- Parameters:
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
component – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Component’)
- Returns:
is_enabled: OFF | ON
- set(is_enabled: bool, lane=Lane.Default, component=Component.Default) None[source]
# LANE<*>:EMBedding:COMPonent<*>[:STATe] driver.lane.embedding.component.state.set(is_enabled = False, lane = repcap.Lane.Default, component = repcap.Component.Default)
Enables or disables the indicated component for embedding. The first and the last component are always enabled and cannot be disabled.
- Parameters:
is_enabled – OFF | ON
lane – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lane’)
component – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Component’)