charge
Syntax
Description
charge(
calculates and plots the absolute value of the charge in C/m on the metal
surface of a PCB component at the specified frequencies.rfpcbobject
,frequency
)
calculates a vector of charges in C/m on the metal surface of a PCB component,
at the specified frequencies.c
= charge(rfpcbobject
,frequency
)
[
returns the point at which the charge calculation was performed.c
,p
] = charge(rfpcbobject
,frequency
)
charge(
calculates and plots the absolute value of the charge at the specified frequency
on the dielectric surface of the PCB component.rfpcbobject
,frequency
,'dielectric')
calculates the charge on the dielectric surface of a PCB component at the
specified frequency.c
= charge(rfpcbobject
,frequency
,'dielectric')
calculates the charge on the surface of a PCB component using additional
name-value arguments.c
= charge(___,Name=Value
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021b