Name

SCPI Command :

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

Sets a name for the indicated component that helps you identifying it.

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:

name: String parameter, name of the component

set(name: str, lane=Lane.Default, component=Component.Default) None[source]
# LANE<*>:EMBedding:COMPonent<*>:NAME
driver.lane.embedding.component.name.set(name = 'abc', lane = repcap.Lane.Default, component = repcap.Component.Default)

Sets a name for the indicated component that helps you identifying it.

Parameters:
  • name – String parameter, name of the component

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