OpTwo
SCPI Command :
LANE<*>:EMBedding:COMPonent<*>:OPTWo
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lane=Lane.Default, component=Component.Default) DeembeddingInputPort[source]
# LANE<*>:EMBedding:COMPonent<*>:OPTWo value: enums.DeembeddingInputPort = driver.lane.embedding.component.opTwo.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’)
- Returns:
output_port_2: ONE | TWO | THRee | FOUR
- set(output_port_2: DeembeddingInputPort, lane=Lane.Default, component=Component.Default) None[source]
# LANE<*>:EMBedding:COMPonent<*>:OPTWo driver.lane.embedding.component.opTwo.set(output_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:
output_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’)