asiStmGenerateWaveform
asiStmGenerateWaveform(
o_session
t_wavepath
t_stimuliDesc
[ o_simOptions ]
[ o_varDefinitions ]
)
=> l_waveStatus
Description
Generates preview waveforms for the specified stimuli under the given directory path.
Arguments
|
o_session
|
The Simulator OASIS session object.
|
|
t_wavepath
|
The psf directory path.
|
|
t_stimuliDesc
|
Stimuli input description from the OASIS stimulus session
|
|
o_simOptions
|
Optional argument that specifies the simulator options such as stopTime.
|
|
o_varDefinitions
|
Optional argument that specifies the list of variable values.
|
Value Returned
|
l_waveStatus
|
Returns an association list of the following key/value pairs:
list( list('success t/nil)
list('waveName <name to plot>)
list('shortMsg "")
list('logFile' <path relative to
wavePath of simulation log file>)
list('netlist <path relative to
wavePath for netlist file>)
)
|
Return to top