Specifies settings and fixturing for Balanced Measurements.
CALCulate:FSIMulator |
Click a keyword to view the command details.
See Also
Example Programs
CALCulate<cnum>:FSIMulator:LEGacy?
Applicable Models: E505xA with VNA ports (Read only) Returns TRUE if user is only using legacy SCPI fixture commands. If the user has used the GUI or new SCPI commands to create a fixture, it will return FALSE. |
|
Parameters |
|
<cnum> |
Any existing channel number. If unspecified, value is set to 1 |
Examples |
CALC:FSIM:LEG? calculate2:fsimulator:legacy? |
Query Syntax |
CALCulate<cnum>:FSIMulator:LEGacy? |
Return Type |
Boolean |
TRUE |
CALCulate<cnum>:FSIMulator:STATe <bool>
Applicable Models: E505xA with VNA ports (Read-Write) Turns all three fixturing functions (de-embedding, port matching, impedance conversion) ON or OFF for all ports on the specified channel. Does not affect port extensions. Note: This command affects ALL measurements on the specified channel. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<bool> |
Choose from: ON or 1 - Turns Fixturing ON OFF or 0 - Turns Fixturing OFF |
Examples |
CALC:FSIM:STAT
1 |
Query Syntax |
CALCulate<cnum>:FSIMulator:STATe? |
Return Type |
Boolean |
OFF |
Applicable Models: E5080A, M9485A
(Write-only) Defines the device type and the topology for a balanced measurement. This command will replace the following commands: |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<device> |
(String) Device type for the balanced measurement. ‘B’ means the Balanced port; ‘S’ means the Single-ended port. Choose from: B – 1 port balanced device (2 ports) BB – Balanced - Balanced device (4 ports) BS – Balanced - Single-ended device (3 ports) SB – Single-ended - Balanced device (3 ports) SSB – Single-ended - Single-ended - Balanced device (4 ports) |
<topology> |
(Int array) Physical port numbers mapped to the logical ports, separated by ‘,’. ‘B’ (Balanced) requires 2 physical port numbers: <nPos>, <nNeg>. ‘S’ (Single-ended) requires 1 physical port number. |
Examples |
CALC:DTOP "SB", 2, 1, 4 calculate:dtopology "SB", 2, 1, 4 |
Query Syntax |
CALCulate<cnum>:DTOPology <device>, <topology>? |
Return Type |
Not Applicable |
Not Applicable |