ScopeWarning Class
- Updated2023-09-06
- 5 minute(s) read
ScopeWarning Class
Provides warning codes for the warnings raised by the underlying driver.
Inheritance Hierarchy
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public sealed class ScopeWarning
Public NotInheritable Class ScopeWarning
The ScopeWarning type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | AdcOverload |
Gets the warning code when one or more channels has an ADC overload.
|
![]() ![]() | AutoSetupNoSignal |
Gets the warning code when auto Setup was unable to find a signal.
|
![]() ![]() | ChannelOverload |
Gets the warning code when the 50 ohm protection on one or more channels has been disabled because of excess signal power.
|
![]() | Code |
Gets the GUID code assigned to the warning.
|
![]() ![]() | DataOverflow |
Gets the warning code when an Onboard Signal Processing feature has caused the input data to overflow outside the valid vertical range.
|
![]() ![]() | ErrorQueryNotSupportedWarningCode |
Gets the warning code when Error Query is not supported.
|
![]() ![]() | HeaterCircuitTemperature |
Gets the warning code when onboard temperature stabilization circuit requires calibration.
|
![]() ![]() | InvalidData |
Gets the warning code when data acquired during the acquisition is possibly invalid.
|
![]() ![]() | InvalidWaveformElement |
Gets the warning code when one of the elements in the waveform array is invalid.
|
![]() ![]() | P2POverflow |
Gets the warning code when one or more peer-to-peer endpoints has overflowed.
|
![]() ![]() | PllUnlocked |
Gets the warning code when the PLL is not locked.
|
![]() ![]() | PllUnlockedAndAdcOverload |
Gets the warning code when the PLL is not locked and the ADC has an overload.
|
![]() | Text |
Gets the message related to the warning.
|
![]() ![]() | TimestampRollOver |
Gets the warning code when the timestamp counter has rolled over.
|
![]() ![]() | UnexpectedDriverWarningCode |
Gets the warning code for an unexpected driver warning.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the current instance of ScopeWarning and the object that you specify are equal.
(Overrides ObjectEquals(Object).) |
![]() | Equals(ScopeWarning) |
Determines whether the current instance of ScopeWarning and the ScopeWarning object that you specify are equal.
|
![]() | Equals(ScopeWarning, Boolean) |
Checks for the equality for the two ScopeWarning objects considering whether warning message should be compared or not.
|
![]() | GetHashCode |
Returns the hash code for the current instance of ScopeWarning.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Converts the current instance of ScopeWarning to string.
(Overrides ObjectToString.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Checks whether the two instances of ScopeWarning are equal.
|
![]() ![]() | Inequality |
Checks whether the two instances of ScopeWarning are unequal.
|
Remarks
Represents the list of warnings returned by the driver.
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.