slaImportSweeps
slaImportSweeps(
t_sweepSetupName
t_absoluteFilePath
)
=> t / nil
Description
Imports sweeps into the corner setup in a setup library view that is opened using the slaOpenOrCreateView function in edit mode. The supported file extensions are csv and sdb.
Arguments
|
String value specifying the name of the sweep setup within the setup library view. |
|
|
String value specifying the absolute path of the file that contains the sweeps. |
Value Returned
|
The specified sweeps were imported into the specified setup. |
|
Examples
Opens a setup library view in the edit mode and imports sweeps from the specified file.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaImportSweeps("sweepSetup1" "path/to/file/sweep.csv")
=> t
Related Topics
slaSetSimulationSetupRunOptionValue
Setup Library Assistant Functions
Return to top