|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.io.input.Input
com.sun.electric.tool.io.input.Simulate
com.sun.electric.tool.io.input.PSpiceOut
public class PSpiceOut
Class for reading and displaying waveforms from PSpice and Spice3 output. These are contained in .txt files. Here is an example file: Time I(Q2:e) I(C1) IB(Q1) IC(Q1) 0.000000000000e+000 -1.326552010141e-003 0.000000000000e+000 7.693014595134e-006 1.152132987045e-003 2.000000000000e-010 -1.327024307102e-003 -6.724173662320e-009 7.738638487353e-006 1.152158598416e-003
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.electric.tool.io.input.Input |
---|
Input.InputPreferences |
Field Summary |
---|
Fields inherited from class com.sun.electric.tool.io.input.Input |
---|
byteCount, dataInputStream, ep, errorLogger, fileLength, filePath, inputStream, lineReader, READ_BUFFER_SIZE |
Method Summary | |
---|---|
protected Stimuli |
readSimulationOutput(java.net.URL fileURL,
Cell cell)
Method to read an PSpice output file. |
Methods inherited from class com.sun.electric.tool.io.input.Simulate |
---|
getLineFromSimulator, getSpiceOutputType, plotArchSimResults, plotSimulationResults, plotSpiceResults, plotSpiceResultsThisCell, plotVerilogResults, plotVerilogResultsThisCell, readSimulationResults |
Methods inherited from class com.sun.electric.tool.io.input.Input |
---|
changesQuiet, closeInput, eofDuring, getAKeyword, getInputPreferences, getLine, getLineFromBinary, getProgressNote, getRestOfLine, importALibrary, importLibrary, initKeywordParsing, isBreakCharacter, isChangeQuiet, isNewLibraryCreated, openBinaryInput, openStringsInput, openTextInput, preprocessLine, readWholeLine, setProgressNote, setProgressValue, startProgressDialog, stopProgressDialog, updateProgressDialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected Stimuli readSimulationOutput(java.net.URL fileURL, Cell cell) throws java.io.IOException
readSimulationOutput
in class Simulate
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |