:CALC<Ch>:FSIM:SEND:PMC:PORT<Pt>:PAR:C<No>

Type

Command/Query

Syntax

:CALCulate<Ch>:FSIMulator:SENDed:PMCircuit:PORT<Pt>:PARameters:C<No> <Value>

:CALCulate<Ch>:FSIMulator:SENDed:PMCircuit:PORT<Pt>:PARameters:C<No>?

Description

This command sets the C value of the matching circuit specified with the :CALC:FSIM:SEND:PMC:PORT.

<No> C (C1): 1, C2: 2

Variable

Parameter

Value

Description

C value of the matching circuit

Data Type

Numeric type (Real)

Range

-1E18 to 1E18

Preset Value

0

Unit

F (farad)

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.

Query Response

{numeric}<newline><^END>

Examples

Dim Var as Double
Var= 0
Ena.WriteString ":CALC1:FSIM:SEND:PMC:PORT1:PAR:C1" & Str(Var), True
Ena.WriteString ":CALC1:FSIM:SEND:PMC:PORT1:PAR:C1?", True
Var=Ena.ReadNumber

Related Commands

:CALC:FSIM:SEND:PMC:PORT

:CALC:FSIM:SEND:PMC:PORT:PAR:G

:CALC:FSIM:SEND:PMC:PORT:PAR:L

:CALC:FSIM:SEND:PMC:PORT:PAR:R

:CALC:FSIM:SEND:PMC:PORT

Equivalent Softkey

Analysis > Fixture Simulator > Port Matching > C (C1)

Analysis > Fixture Simulator > Port Matching > C2

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).FSIMULATOR.SENDED.PMCIRCUIT.PORT(Pt).PARAMETERS.C(No)