State

SCPI Command :

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

Enables or disables the indicated component for deembedding. The first and the last component are always enabled and cannot be disabled.

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:

is_enabled: OFF | ON

set(is_enabled: bool, deembedding=Deembedding.Default, component=Component.Default) None[source]
# DEEMbedding<*>:COMPonent<*>[:STATe]
driver.deembedding.component.state.set(is_enabled = False, deembedding = repcap.Deembedding.Default, component = repcap.Component.Default)

Enables or disables the indicated component for deembedding. The first and the last component are always enabled and cannot be disabled.

Parameters:
  • is_enabled – OFF | ON

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