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:
GraphTo 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
AXISLABELSAXISLABEL_X_DEPTHAXISLABEL_Y_NDLCPFILEIO_GRAPHTYPEKEY_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