IpOne

SCPI Command :

LANE<*>:EMBedding:COMPonent<*>:IPONe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default, component=Component.Default) DeembeddingInputPort[source]
# LANE<*>:EMBedding:COMPonent<*>:IPONe
value: enums.DeembeddingInputPort = driver.lane.embedding.component.ipOne.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_1: DeembeddingInputPort, lane=Lane.Default, component=Component.Default) None[source]
# LANE<*>:EMBedding:COMPonent<*>:IPONe
driver.lane.embedding.component.ipOne.set(input_port_1 = 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_1 – 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’)