Specifies settings and fixturing for Balanced Measurements.
CALCulate:FSIMulator |
Click a keyword to view the command details.
See Also
CALCulate<cnum>:FSIMulator:LEGacy?
Applicable Models: All (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:SNP:EXTRapolate <bool> Superseded
Applicable Models: All Note: This command is changed to CALCulate:FSIMulator:CIRCuit:FILE:EXTrapolate Learn about Using Fixture Simulator. (Read-Write) Turns ON and OFF SNP file extrapolation for both 2-port and 4-port embedding/de-embedding. Learn more. 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 Extrapolation ON OFF or 0 - Turns Extrapolation OFF |
Examples |
CALC:FSIM:SNP:EXTR
1 |
Query Syntax |
CALCulate<cnum>:FSIMulator:SNP:EXTRapolate? |
Return Type |
Boolean |
OFF |
CALCulate<cnum>:FSIMulator:STATe <bool>
Applicable Models: All (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 |
(Read-Write) Sets or gets a balanced measurement state. |
|
Parameters |
|
<cnum> |
Channel number of the measurement. There must be a selected measurement on that channel. If unspecified, <cnum> is set to 1. |
<mnum> |
Measurement number for each measurement. There must be a selected measurement on the trace. If unspecified, <mnum> is set to 1. |
<bool> |
ON or 1 - Balanced Transform ON. OFF or 0 - Balanced Transform OFF. |
Examples |
CALC2:MEAS3:PAR:BAL ON |
Query Syntax |
CALCulate<cnum>:MEASure<mnum>:PARameter:BALun[:STATe]? |
Return Type |
Boolean |
OFF or 0 |