主要内容

ckttbl

Table of circuit elements from circuit configuration object

Since R2026a

Description

cktTable = ckttbl(circuit) creates a MATLAB® table from a circuit configuration object.

Input Arguments

collapse all

Circuit configuration object used to create a MATLAB table containing information about circuit elements, specified as an object. For more information, see cktconfig.

Output Arguments

collapse all

Table of circuit elements, returned as a MATLAB table. Each row of the table contains information about a single circuit element. Columns of the table include circuit element designator, primary element value, name of device current node, and the names of the voltage nodes the circuit element is connected to.

Version History

Introduced in R2026a