grapa.datatypes.graphDLCP.GraphDLCP

class grapa.datatypes.graphDLCP.GraphDLCP(filename: str | List[str] | List | ndarray = '', complement: dict | str | List[dict | str] = '', silent: bool = True, config: str | None = 'auto', log_active: bool = False)

Bases: Graph

To parse files contaiing capacitance versus voltage C-V 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 whther the file can be read by this class or not

readDataFromFile(attributes, **_kwargs)

Parse the data file

Attributes

AXISLABELS

AXISLABEL_X_DEPTH

AXISLABEL_Y_NDLCP

FILEIO_GRAPHTYPE

KEY_VAC

classmethod isFileReadable(filename, fileext, line1='', **_kwargs)

Decides whther the file can be read by this class or not

readDataFromFile(attributes, **_kwargs)

Parse the data file