NI-SCOPE .NET Class Library Help

Table of Contents

ScopeWarning Class

  • Updated2023-09-06
  • 5 minute(s) read
ScopeWarning Class

ScopeWarning Class

Provides warning codes for the warnings raised by the underlying driver.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIScopeScopeWarning

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

  NameDescription
Public propertyStatic memberAdcOverload
Gets the warning code when one or more channels has an ADC overload.
Public propertyStatic memberAutoSetupNoSignal
Gets the warning code when auto Setup was unable to find a signal.
Public propertyStatic memberChannelOverload
Gets the warning code when the 50 ohm protection on one or more channels has been disabled because of excess signal power.
Public propertyCode
Gets the GUID code assigned to the warning.
Public propertyStatic memberDataOverflow
Gets the warning code when an Onboard Signal Processing feature has caused the input data to overflow outside the valid vertical range.
Public propertyStatic memberErrorQueryNotSupportedWarningCode
Gets the warning code when Error Query is not supported.
Public propertyStatic memberHeaterCircuitTemperature
Gets the warning code when onboard temperature stabilization circuit requires calibration.
Public propertyStatic memberInvalidData
Gets the warning code when data acquired during the acquisition is possibly invalid.
Public propertyStatic memberInvalidWaveformElement
Gets the warning code when one of the elements in the waveform array is invalid.
Public propertyStatic memberP2POverflow
Gets the warning code when one or more peer-to-peer endpoints has overflowed.
Public propertyStatic memberPllUnlocked
Gets the warning code when the PLL is not locked.
Public propertyStatic memberPllUnlockedAndAdcOverload
Gets the warning code when the PLL is not locked and the ADC has an overload.
Public propertyText
Gets the message related to the warning.
Public propertyStatic memberTimestampRollOver
Gets the warning code when the timestamp counter has rolled over.
Public propertyStatic memberUnexpectedDriverWarningCode
Gets the warning code for an unexpected driver warning.
Top

Methods

  NameDescription
Public methodEquals(Object)
Determines whether the current instance of ScopeWarning and the object that you specify are equal.
(Overrides ObjectEquals(Object).)
Public methodEquals(ScopeWarning)
Determines whether the current instance of ScopeWarning and the ScopeWarning object that you specify are equal.
Public methodEquals(ScopeWarning, Boolean)
Checks for the equality for the two ScopeWarning objects considering whether warning message should be compared or not.
Public methodGetHashCode
Returns the hash code for the current instance of ScopeWarning.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the current instance of ScopeWarning to string.
(Overrides ObjectToString.)
Top

Operators

  NameDescription
Public operatorStatic memberEquality
Checks whether the two instances of ScopeWarning are equal.
Public operatorStatic memberInequality
Checks whether the two instances of ScopeWarning are unequal.
Top

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.

See Also

Log in to get a better experience