IpTwo

SCPI Command :

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

Assign the ports to the input and output of the component according to the data in the Touchstone file. This information is not directly written in the file. You need background information how the S-parameters were determined, i.e. which port was input and which port was output.

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

set(input_port_2: DeembeddingInputPort, lane=Lane.Default, component=Component.Default) None[source]
# LANE<*>:EMBedding:COMPonent<*>:IPTWo
driver.lane.embedding.component.ipTwo.set(input_port_2 = enums.DeembeddingInputPort.FIVE, lane = repcap.Lane.Default, component = repcap.Component.Default)

Assign the ports to the input and output of the component according to the data in the Touchstone file. This information is not directly written in the file. You need background information how the S-parameters were determined, i.e. which port was input and which port was output.

Parameters:
  • input_port_2 – ONE | TWO | THRee | FOUR

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