public class Psse2PsmFmt extends PsseProcessor
| Constructor and Description |
|---|
Psse2PsmFmt(java.io.Reader rawpsse,
java.lang.String specversion,
java.io.File outdir)
Construct a Psse2PsmFmt object to convert PSS/e raw files to
PowerSimulator CSV formats
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Cleanup and flush any resources
|
static void |
main(java.lang.String[] args)
Test routine and command-line access
|
getHeader, getPsseClassSet, processpublic Psse2PsmFmt(java.io.Reader rawpsse,
java.lang.String specversion,
java.io.File outdir)
throws java.io.IOException,
PsseProcException
rawpsse - The input PSS/e raw filespecversion - Override the version for PSS/e files that may not have it in
the headersoutdir - output directory for CSV files. If this directory does not
exist, it is createdjava.io.IOExceptionPsseProcExceptionpublic static void main(java.lang.String[] args)
throws java.lang.Exception
args -
| --dir | Output directory for CSV files. This directory is created if it does not already exist |
| --psse | Input PSS/e raw file |
java.lang.Exceptionpublic void cleanup()