slaAddCornerModelFile
slaAddCornerModelFile(
t_cornerSetupName
t_cornerName
l_list
)
=> t / nil
Description
Adds a model file to a corner within a corner setup in the setup library view that is opened using the slaOpenOrCreateView function in edit mode. The function creates the specified corner if it does not exist in the corner setup.
Arguments
|
String value specifying the name of the corner in which the model file must be added. |
|
|
List containing the name of the model file and its sections. |
Value Returned
|
The specified model file has been added to the specified corner. |
|
Examples
Opens a setup library view in the edit mode and adds the specified model file to the view. The function creates a corner, C0, if it does not exist in cornerSetup1.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaAddCornerModelFile("cornerSetup1" "C0" list("./model.scs" "ff"))
=> t
Related Topics
slaSetSimulationSetupRunOptionValue
Setup Library Assistant Functions
Return to top