hnlGetSourceFileModels
hnlGetSourceFileModels(
)
=> listCells
Description
Retreives a list of names of the netlisted cells, when this function is called by the formatter during netlisting. For the cells that have the -subckt value set using the sourcefile_opts property, the cell names in the list are replaced by the subcircuit names, for example, -subckt <name>.
Arguments
Value Returned
Examples
hnlGetSourceFileModels()
=> ("cell1" "cell2" "subckt_opts_name" "cell4")
Related Topics
Return to top