:FUNCtion:PARameters:CONVolve:PEXTract
Command Syntax
:FUNCtionN:PARameters:CONVolve:PEXTract {DIFFerential | CMODe | TPORt1 | TPORt2}
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
:FUNCtion{1:64}:PARameters:CONVolve:PEXTract?
Description
Specifies extracting 2-port information from a 4-port S-parameter file for an Apply s2p operator (:FUNCtion:FOPerator). The following table shows the relationship between the three commands used to define and extract the 2-port data from the S-parameter file.
- DIFFerential
- Extracts s2p data from an s4p file with differential mode data.
- CMODe
- Extracts s2p data from an s4p file with common mode data.
- TPORt1
- Extracts s2p data from an s4p file selecting ports 1 and 2 or ports 1 and 3, depending on the state of
PORDeras shown in the following table. - TPORt2
- Extracts s2p data from an s4p file selecting ports 1 and 3 or ports 2 and 4, depending on the state of
PORDeras shown in the following table.
The :FUNCtion:PARameters:CONVolve:PEXTract and :FUNCtion:PARameters:CONVolve:PORDer commands are available only after an 4-port S-parameter file has been opened using the :FUNCtion:PARameters:CONVolve:FMODel command.
| Port Configuration in s4p File |
4 Port Numbering Argument (PORDer) |
2 Port Extraction Argument (PEXTract) |
Flip Model Argument (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 CONVolve :FUNCtion2:PARameters:CONVolve:FNAMe "C:\Users<user_name>\Documents\Keysight\Infiniium\S-Parameter Data\DUT_4.s4p" :FUNCtion2:PARameters:CONVolve:FMODel ON // Flips S-parameters ports :FUNCtion2:PARameters:CONVolve:PORDer PORDer1234 // Port order in file :FUNCtion2:PARameters:CONVolve:PEXTract TPORt2 // Extract port data :FUNCtion2:COLor TCOLor4 :FUNCtion2:DISPlay ON *OPC? … // Your code to synchronize execution timing.