psse_convert

psse_convert(warns, data, verbose)

psse_convert() - Converts data read from PSS/E RAW file to MATPOWER case.

[MPC, WARNINGS] = PSSE_CONVERT(WARNINGS, DATA)
[MPC, WARNINGS] = PSSE_CONVERT(WARNINGS, DATA, VERBOSE)

Converts data read from a version RAW data file into a
MATPOWER case struct.

Input:
    WARNINGS :  cell array of strings containing accumulated
                warning messages
    DATA : struct read by PSSE_READ (see PSSE_READ for details).
    VERBOSE :   1 to display progress info, 0 (default) otherwise

Output:
    MPC : a MATPOWER case struct created from the PSS/E data
    WARNINGS :  cell array of strings containing updated accumulated
                warning messages

See also psse_read().