:SPRocess:DEConvolve:PORDer
Instrument:
N1000A
N109x
Flex Apps:
FlexDCA
FlexRT
Meas. mode:
Scope
Eye
Jitter
Package License:
L-RND
Command Syntax
:SPRocessN:DEConvolve:PORDer {PORDer1234 | PORDer1324}
Where N identifies one of up to 64 possible operators {1:64} that can be defined as part of a math function. The operators are numbered in the order that they were originally added to the function.
Query Syntax
:SPRocessN:DEConvolve:PORDer?
Description
Specifies the order of the S-parameter file's ports to ensure that the data is properly interpreted by an Remove s2p operator. The following table shows the relationship between the three commands used to define and extract the 2-port data from the S-parameter file.
The :DEConvolve:PORDer
and :DEConvolve:PEXTract
commands are only available after an 4-port S-parameter file has been opened using the :DEConvolve:FMODel
command.
Port Configuration in s4p File |
4 Port Numbering Argument (:DEConvolve:PORDer) |
2 Port Extraction Argument (:DEConvolve:PEXTract) |
Flip Model Argument (:DEConvolve:FMODel) |
---|---|---|---|
PORDer1324
|
(1⇔2) TPORt1 (3⇔4) TPORt2 |
OFF
|
|
PORDer1234
|
(1⇔3) TPORt1 (2⇔4) TPORt2 |
OFF
|
|
PORDer1324
|
(1⇔2) TPORt1 (3⇔4) TPORt2 |
ON
|
|
PORDer1234
|
(1⇔3) TPORt1 (2⇔4) TPORt2 |
ON
|
Example Command Sequence
:FUNCtion2:FOPerator DEConvolve :SPRocess2:DEConvolve:FNAMe "C:\Users<user_name>\Documents\Keysight\FlexDCA\S-Parameter Data\DUT_4.s4p" :SPRocess2:DEConvolve:FMODel ON // Flips S-parameters ports :SPRocess2:DEConvolve:PORDer PORDer1234 // Port order in file :SPRocess2:DEConvolve:PEXTract TPORt2 // Extract port data :FUNCtion2:COLor TCOLor4 :FUNCtion2:DISPlay ON *OPC? … // Your code to synchronize execution timing.