slaImportCorners
slaImportCorners(
t_cornerSetupName
t_absoluteFilePath
)
=> t / nil
Description
Imports corners into the setup library corner setup opened using the slaOpenOrCreateView function in edit mode. The file must be in CSV or SDB format.
Arguments
|
String value specifying the name of the corner setup within the setup library view. |
|
|
String value specifying the absolute path of the file that contains the corners. |
Value Returned
|
The specified corners were imported into the specified setup. |
|
Examples
Opens a setup library view in the edit mode and imports corners from the specified file.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaImportCorners("cornerSetup1" "path/to/file/corner.csv")
=> t
Related Topics
slaSetSimulationSetupRunOptionValue
Setup Library Assistant Functions
Return to top