Query
:CALCulate<Ch>:EPARameters:PC0? <value>
This command returns the equivalent circuit parameter C0 (parallel capacitance) at the specified frequency. The sweep parameter should be frequency for this analysis.
Parameter |
Value |
Description |
Frequency |
Data Type |
Numeric type (Real) |
Range |
1M to 3G |
Unit |
Hz |
Resolution |
- - |
{numeric (C0 [F])}<newline><^END>
Dim Var as Double
Ana.WriteString ":CALC1:EPAR:PC0? 1E6",True
Var=Ana.ReadNumber
No equivalent key is available on the front panel.
SCPI.CALCULATE(Ch).EPARAMETERS.PC0