grapa.datatypes.graphEQE.GraphEQE
- class grapa.datatypes.graphEQE.GraphEQE(filename: str | List[str] | List | ndarray = '', complement: dict | str | List[dict | str] = '', silent: bool = True, config: str | None = 'auto', log_active: bool = False)
Bases:
GraphTo parse files containing extrnal quantum efficiency EQE data
- __init__(filename: str | List[str] | List | ndarray = '', complement: dict | str | List[dict | str] = '', silent: bool = True, config: str | None = 'auto', log_active: bool = False)
default constructor. Calls method reset.
Methods
isFileReadable(_filename, fileext[, line1])Decides if the file can be opened here
readDataFromFile(attributes, **_kwargs)Opens the file, format the self Graph object
Attributes
AXISLABELSFILEIO_GRAPHTYPEFILEIO_GRAPHTYPE_OLD- classmethod isFileReadable(_filename, fileext, line1='', **_kwargs)
Decides if the file can be opened here
- readDataFromFile(attributes, **_kwargs)
Opens the file, format the self Graph object