nitypes.waveform
Waveform data types for NI Python APIs.
Waveform Data Types
AnalogWaveform: An analog waveform represents a single analog signal with timing information and extended properties such as units.ComplexWaveform: A complex waveform represents a single complex-number signal, such as I/Q data, with timing information and extended properties such as units.DigitalWaveform: A digital waveform represents one or more digital signals with timing information and extended properties such as channel name and signal names.Spectrum: A frequency spectrum represents an analog signal with frequency information and extended properties such as units.
Submodules
Attributes
A scale mode that does not scale data. |
Classes
An analog waveform, which encapsulates analog data and timing information. |
|
A complex waveform, which encapsulates complex data and timing information. |
|
An IntEnum of the different digital states that a digital signal can represent. |
|
A digital waveform, which encapsulates digital data and timing information. |
|
A test failure, indicating where the actual waveform did not match the expected waveform. |
|
A signal of a digital waveform. |
|
A collection of digital waveform signals. |
|
A test result from comparing a digital waveform against an expected digital waveform. |
|
A dictionary of extended properties. |
|
A numeric waveform, which encapsulates numeric data and timing information. |
|
A scale mode that scales data linearly. |
|
A scale mode that does not scale data. |
|
An object that specifies how the waveform is scaled. |
|
A frequency spectrum, which encapsulates analog data and frequency information. |
|
The sample interval mode that specifies how the waveform is sampled. |
|
Waveform timing information. |
Package Contents
- nitypes.waveform.NO_SCALING
A scale mode that does not scale data.