Expand description
Tools for interacting with LabVIEW and associated file formats
Structs§
- Channel
Name - Channel name
- Date
- Timezone-dependent date
- Error
- The Error type.
- File
- LVM File
- File
Header - Header for the file
- Instrument
Name - Name or instrument class of the unit under test
- Measurement
- A set of measurements
- Measurement
Header - Header for measurement data
- Model
Number - Model number of a unit under test
- Operator
Name - Name of the operator who collected the data
- Project
Name - Name of the project that data was for
- Serial
Number - Serial number of the unit under test
- Test
Name - Name of a test
- Test
Number - Test number from a TestSeries
- Test
Numbers - Test numbers in a TestSeries
- Test
Series - Series of a test
- Time
- Timezone-dependent time
- Version
- Reader / writer version
Enums§
- Error
Kind - The kind of an error.
- Separator
- Character(s) used to separate each field in the file
- Time
Pref - Format of axis values - absolute or relative
- Unit
- Label for an axis
- Unit
Type - Specifies the unit type of an axis
- XColumns
- Specifies which x-values are saved.
Traits§
- Result
Ext - Additional methods for
Result
, for easy interaction with this crate.
Functions§
- from_
reader - Deserializes LVM file data from the specified reader
Type Aliases§
- Result
- Convenient wrapper around
std::Result
.