Name

SCPI Command :

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

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

Parameters:
  • deembedding – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Deembedding’)

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

Returns:

name: String parameter, name of the component

set(name: str, deembedding=Deembedding.Default, component=Component.Default) None[source]
# DEEMbedding<*>:COMPonent<*>:NAME
driver.deembedding.component.name.set(name = 'abc', deembedding = repcap.Deembedding.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

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

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