SKILL Q: Editing the Stimulus file

S

Svenn Are Bjerkem

Guest
Hi,

I have created a couple of shortcuts to edit the definition file and the
stimulus file:

(hiSetBindKey "Schematics" "Meta<Key>D"
"edit(car(asiGetDefinitionFileList(asiGetCurrentSession())))")
(hiSetBindKey "Schematics" "Meta<Key>S"
"edit(car(asiGetTextStimulusFileList(asiGetCurrentSession())))")

The first function works fine because the function
asiGetDefinitionFileList() gets the definition list as listed in the setup.

The asiGetTextStimulusFileList() on the other side, fetches the file from
the netlist directory. If I edit that file, it will be overwritten with the
next netlist and run. I was searching for a way to edit the stimulus file
in its original place (the place given in the Stimulus File entry in the
setup form), but was not able to find one.

Does there exist such a public function?

--
Svenn
 

Welcome to EDABoard.com

Sponsor

Back
Top