Identical

SCPI Command :

LANE<*>:EMBedding:COMPonent<*>:IDENtical
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default, component=Component.Default) bool[source]
# LANE<*>:EMBedding:COMPonent<*>:IDENtical
value: bool = driver.lane.embedding.component.identical.get(lane = repcap.Lane.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:
  • 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:

matched_paths: OFF | ON

set(matched_paths: bool, lane=Lane.Default, component=Component.Default) None[source]
# LANE<*>:EMBedding:COMPonent<*>:IDENtical
driver.lane.embedding.component.identical.set(matched_paths = False, lane = repcap.Lane.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

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