Command/Query
:CALCulate<Ch>:FSIMulator:SENDed:PMCircuit:PORT<Pt>:PARameters:G<No> <Value>
:CALCulate<Ch>:FSIMulator:SENDed:PMCircuit:PORT<Pt>:PARameters:G<No>?
This command sets/gets the G value of the matching circuit specified with the :CALC:FSIM:SEND:PMC:PORT.
<No> G (G1): 1, G2: 2
Parameter |
Value |
Description |
G value of the matching circuit |
Data Type |
Numeric type (Real) |
Range |
-1E18 to 1E18 |
Preset Value |
0 |
Unit |
S (siemens) |
Resolution |
1E-18 |
Note |
If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set. |
{numeric}<newline><^END>
Dim Var as Double
Var= 0
Ena.WriteString ":CALC1:FSIM:SEND:PMC:PORT1:PAR:G1" & Str(Var), True
Ena.WriteString ":CALC1:FSIM:SEND:PMC:PORT1:PAR:G1?", True
Var=Ena.ReadNumber
:CALC:FSIM:SEND:PMC:PORT:PAR:C
:CALC:FSIM:SEND:PMC:PORT:PAR:L
:CALC:FSIM:SEND:PMC:PORT:PAR:R
Analysis > Fixture Simulator > Port Matching > G (G1)
Analysis > Fixture Simulator > Port Matching > G2
SCPI.CALCULATE(Ch).FSIMULATOR.SENDED.PMCIRCUIT.PORT(Pt).PARAMETERS.G(No)