OpTwo
SCPI Command :
DEEMbedding<*>:COMPonent<*>:OPTWo
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(deembedding=Deembedding.Default, component=Component.Default) DeembeddingInputPort[source]
# DEEMbedding<*>:COMPonent<*>:OPTWo value: enums.DeembeddingInputPort = driver.deembedding.component.opTwo.get(deembedding = repcap.Deembedding.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:
deembedding – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Deembedding’)
component – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Component’)
- Returns:
output_port_2: Port number that is assigned to the input or output.
- set(output_port_2: DeembeddingInputPort, deembedding=Deembedding.Default, component=Component.Default) None[source]
# DEEMbedding<*>:COMPonent<*>:OPTWo driver.deembedding.component.opTwo.set(output_port_2 = enums.DeembeddingInputPort.FIVE, deembedding = repcap.Deembedding.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 – Port number that is assigned to the input or output.
deembedding – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Deembedding’)
component – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Component’)