FasterCapObject.GetConductance

VARIANT FasterCapObject.GetConductance()

Return Value

The method returns a 2-dimensional safe-array encapsulated in a variant data. The array contains the imaginary part of the complex capacitance matrix as calculated by FasterCap (i.e. the conductance divided by 2*pi*f, where pi is pi greek and f is the frequency of interest). The first dimension of the array is the row index, the second is the column index.

Notes:

The array dimensions can be queried from the safe array itself, see the 'safe array' topic in the MS Automation documentation.

Parameters

None

Remarks

Gets the conductance values calculated by FasterCap, result of the simulation.

See Also

FasterCap Automation Overview | GetCondNames Method | GetCapacitance Method