TypePy

SCPI Command :

LANE<*>:EMBedding:COMPonent<*>:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default, component=Component.Default) DeembeddingType[source]
# LANE<*>:EMBedding:COMPonent<*>:TYPE
value: enums.DeembeddingType = driver.lane.embedding.component.typePy.get(lane = repcap.Lane.Default, component = repcap.Component.Default)

Sets the type of the indicated component.

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:

type_py: PC: proven cable

set(type_py: DeembeddingType, lane=Lane.Default, component=Component.Default) None[source]
# LANE<*>:EMBedding:COMPonent<*>:TYPE
driver.lane.embedding.component.typePy.set(type_py = enums.DeembeddingType.ADAPter, lane = repcap.Lane.Default, component = repcap.Component.Default)

Sets the type of the indicated component.

Parameters:
  • type_py – PC: proven cable

  • 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’)