current
Syntax
Description
current(
calculates and plots the absolute value of the current on the metal surface of a
PCB component at the specified frequency.rfpcbobject
,frequency
)
calculates the x, y, z
components of the current on the surface of a PCB component at a specified
frequencies.i
= current(rfpcbobject
,frequency
)
[
returns the current distribution and the points at which the current calculation
was performed.i
,p
] = current(rfpcbobject
,frequency
)
current(
calculates and plots the absolute value of the current at the specified
frequency on the dielectric surface of the PCB component.rfpcbobject
,frequency
,'dielectric')
calculates the x, y,
z components of the current on the dielectric surface of a PCB
component at the specified frequency.i
= current(rfpcbobject
,frequency
,'dielectric')
calculates the current on the surface of a PCB component using additional
name-value arguments.i
= current(___,Name=Value
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021b