ScopeWaveformInfo Structure
- Updated2023-09-06
- 3 minute(s) read
ScopeWaveformInfo Structure
Contains timing and scaling information about the waveform obtained from the Fetch and Read methods.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public struct ScopeWaveformInfo
Public Structure ScopeWaveformInfo
The ScopeWaveformInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AbsoluteInitialX |
Gets the timestamp, in seconds, of the first fetched sample that is comparable between records and acquisitions; all digitizers do not support this field.
|
![]() | ActualNumberOfSamples |
Gets the actual number of samples fetched and placed in the waveform array.
|
![]() | Gain |
Gets the gain factor of the given channel.
|
![]() | Offset |
Gets the offset factor of the given channel.
|
![]() | RelativeInitialX |
Gets the time, in seconds, from the trigger to the first sample in the fetched waveform.
|
![]() | XIncrement |
Gets the time, in seconds, between points in the acquired waveform.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines if the current instance of ScopeWaveformInfo and the object that you specify are equal.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(ScopeWaveformInfo) |
Determines whether the current instance of ScopeWaveformInfo and the ScopeWaveformInfo object that you specify are equal.
|
![]() | GetHashCode |
Returns the hash code for the current instance of ScopeWaveformInfo.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Checks whether the two instances of ScopeWaveformInfo are equal.
|
![]() ![]() | Inequality |
Checks whether the two instances of ScopeWaveformInfo are unequal.
|
Remarks
For more information, refer to NI High-Speed Digitizers Help.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.