psse_convert_hvdc

psse_convert_hvdc(dc, bus)

psse_convert_hvdc() - Convert HVDC data from PSS/E RAW to MATPOWER.

DCLINE = PSSE_CONVERT_HVDC(DC, BUS)

Convert all two terminal HVDC line data read from a PSS/E
RAW data file into MATPOWER format. Returns a dcline matrix for
inclusion in a MATPOWER case struct.

Inputs:
    DC  : matrix of raw two terminal HVDC line data returned by
          PSSE_READ in data.twodc.num
    BUS : MATPOWER bus matrix

Output:
    DCLINE : a MATPOWER dcline matrix suitable for inclusion in
             a MATPOWER case struct.

See also psse_convert().