grapa.datatypes.graphScaps.Simulations

class grapa.datatypes.graphScaps.Simulations

Bases: object

Intermediate data conteiner useful while parsing the scaps file

__init__()

Methods

__init__()

as_graph()

returns a Graph with all JV curves

current_data_attrs()

current_is_empty([index])

new_simulation()

parse_data(file, lineheader)

continue to parse the file that was opened elsewhere (file = open(...) )

parse_file(filename)

Parse the content of a scaps output file, populate the Simulations object

parse_paragraph(file)

continue to parse the file that was opened elsewhere (file = open(...) )

as_graph()

returns a Graph with all JV curves

parse_data(file, lineheader)

continue to parse the file that was opened elsewhere (file = open(…) )

parse_file(filename)

Parse the content of a scaps output file, populate the Simulations object

parse_paragraph(file)

continue to parse the file that was opened elsewhere (file = open(…) )