maeStmGenerateWaveforms
maeStmGenerateWaveforms(t_libNamet_cellName t_viewName[?testt_testName] [?reportFilet_reportFile] [?forceg_force] ) => t/ nil
Description
Generates preview stimuli waveforms for the stimuli added for a maestro cellview that contains stimuli definitions added through the Stimuli Assignment form. These stimuli definitions are saved in the file lib-name/cell-name/view-name/namedStimuli/stimuli.xml.
The function examines each of the stimuli definitions for preview waveforms. If a stimuli definition has no associated preview waveform, or the waveform data is out of date, it generates a new SRR waveform data and saves it in the directory project-dir/lib-name/cell-name/view-name/namedStimuli.
The waveform data is considered out-of-date if the time stamp of a stimuli XML definition is newer than its associated preview waveform data.
To view the waveforms generated by this function, open the Stimuli Assignment form, right-click on a stimuli and select the Plot Transient Waveform.
Arguments
Value Returned
Examples
maeStmGenerateWaveforms("testLib" "StimuliTest" "maestro")
=> t
Generates stimuli waveforms for all stimuli and prints the report in the given file.
maeStmGenerateWaveforms("testLib" "StimuliTest" "maestro" ?force t ?reportFile "./reports/stimuliReport.log")
=> t
Related Topics
Return to top