write_raw#

ams.io.psse.write_raw(system, outfile: str, overwrite: bool = None)[source]#

Convert AMS system to PSS/E RAW file.

This method has not been fully benchmarked yet!

Parameters:
systemSystem

The AMS system to be converted.

outfilestr

The output file path.

overwritebool, optional

If True, overwrite the file if it exists. If False, do not overwrite.

.. versionadded:: 1.0.10