simetrix.dvm.LogFile¶
- class simetrix.dvm.LogFile¶
Bases:
objectRepresents the test log file.
Methods
data(label)Reads the log file and returns the contents for the test with the given label.
- data(label: str) LogTestData¶
Reads the log file and returns the contents for the test with the given label.
- Parameters:
label (str) – Label for the test to obtain the test data about.