Identical

SCPI Command :

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

The setting is relevant if the measurement setup is a 4-port, and the component is a 2- port. Usually, these components are cables and adapters, which are described by s2p files. In case of a 4-port setup, 2 cables or 2 adapters are used. If they are identical, for example, when a matched-pair cable is used, they can be described by the same file. In this case, set the command to ON.

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:

matched_paths: OFF | ON

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

The setting is relevant if the measurement setup is a 4-port, and the component is a 2- port. Usually, these components are cables and adapters, which are described by s2p files. In case of a 4-port setup, 2 cables or 2 adapters are used. If they are identical, for example, when a matched-pair cable is used, they can be described by the same file. In this case, set the command to ON.

Parameters:
  • matched_paths – 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’)