axlGetModelSections
axlGetModelSection(t_fileName) =>l_sectionNames/ nil
Description
Returns a list of simulator sections in the specified model file.
Arguments
Value Returned
Examples
Returns the list of model sections for the model file gpdk.scs.
axlGetModelSections("./models/gpdk.scs")
=> ("FF" "SF" "FS" "SS" "TT")
axlGetModelSections("/install/cds/myModel.scs")
=> nil
; here nil is returned, which means that the command did not work. One of the reasons for the unsuccessful operation may be that myModel.scs does not exist.
Related Topics
Return to top