dump#

andes.io.dump(system, output_format, full_path=None, overwrite=False, **kwargs)[source]#

Dump the System data into the requested output format.

Parameters:
system

System object

output_formatstr

Output format name. 'xlsx' will be used if is not an instance of str.

Returns:
bool

True if successful; False otherwise.