Modifier and Type | Method and Description |
---|---|
double |
getMinTimeRange()
Method to return the minimum amount of time to show in the waveform window.
|
Stimuli |
getStimuli()
Returns current Stimuli.
|
FileType |
getVectorsFileType()
Returns FileType of vectors file.
|
void |
refresh()
Method to reload the circuit data.
|
void |
removeAllStimuli()
Method to remove all stimuli from the simulation.
|
boolean |
removeSelectedStimuli()
Method to remove the selected stimuli.
|
void |
removeStimuliFromSignal()
Method to remove all stimuli from the currently-selected signal.
|
void |
restoreStimuli(java.net.URL stimuliURL)
Method to restore the current stimuli information from URL.
|
void |
saveStimuli(java.io.File stimuliFile)
Method to save the current stimuli information to disk.
|
void |
setClock(double period)
Method to set the currently-selected signal to have a clock with a given period.
|
void |
setSignalHigh()
Method to set the currently-selected signal high at the current time.
|
void |
setSignalLow()
Method to set the currently-selected signal low at the current time.
|
void |
setSignalX()
Method to set the currently-selected signal undefined at the current time.
|
void |
showSignalInfo()
Method to show information about the currently-selected signal.
|
void |
update()
Method to update the simulation (because some stimuli have changed).
|
FileType getVectorsFileType()
Stimuli getStimuli()
void refresh()
void update()
void setSignalHigh()
void setSignalLow()
void setSignalX()
void setClock(double period)
void showSignalInfo()
void removeStimuliFromSignal()
boolean removeSelectedStimuli()
void removeAllStimuli()
void saveStimuli(java.io.File stimuliFile) throws java.io.IOException
stimuliFile
- file to save stimuli informationjava.io.IOException
void restoreStimuli(java.net.URL stimuliURL) throws java.io.IOException
stimuliURL
- URL of stimuli informationjava.io.IOException
double getMinTimeRange()