OpOne

SCPI Command :

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