RfsaWarning Class
- Updated2025-07-17
- 6 minute(s) read
Rfsa
Provides warning codes for the warnings raised by the underlying driver.
Inheritance Hierarchy
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public sealed class RfsaWarning
Public NotInheritable Class RfsaWarning
The RfsaWarning type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | AttenuationConstraintsNotCalibratedWarningCode | Gets the warning code for uncalibrated attenuation constraints. |
![]() ![]() | CacheNotSufficientToStoreAcquiredWaveformWarningCode | Gets the warning code when the cache is not sufficient to store the acquired waveform within the driver. |
![]() ![]() | CalibrationDataMissingOrInvalidWarningCode | Gets the warning code for invalid or missing calibration data. |
![]() ![]() | CalibrationIFEqualizationDataNotPresentWarningCode | Gets the warning code when calibration IF equalization data is not present. |
![]() ![]() | CenterFrequencyOutsideSpecificationWarningCode | Gets the warning code when center frequency is outside specification. |
![]() | Code | Gets or sets the GUID code assigned to the warning. |
![]() ![]() | CurrentChannelCouplingConfigurationNotCalibratedWarningCode | Gets the warning code when current channel coupling configuration is not calibrated. |
![]() ![]() | DigitizerPllWarningCode | Gets the warning code for digitizer PLL warning. |
![]() ![]() | DigitizerWarningCode | Gets the warning code for digitizer. |
![]() ![]() | DspOverflowWarningCode | Gets the warning code when DSP overflow is detected. |
![]() ![]() | ErrorQueryNotSupportedWarningCode | Gets the warning code when Error Query is not supported. |
![]() ![]() | ExternalCalibrationConstantsInvalidWarningCode | Gets the warning code when external calibration constants are invalid. |
![]() ![]() | ExternalCalibrationDataFormatInvalidWarningCode | Gets the warning code when the hardware external calibration data format is older than the earliest revision supported by the currently installed driver. |
![]() ![]() | ExternalCalibrationDataTooNewForSoftwareWarningCode | Gets the warning code when external calibration data is new for software. |
![]() ![]() | FrequencyContentOutsideSpecificationWarningCode | Gets the warning code when frequency content is outside specification. |
![]() ![]() | IFConditioningDeviceWarningCode | Gets the warning code when the IF Conditioning device returned a warning. |
![]() ![]() | IFOverloadProtectionNeedToBeCalibratedWarningCode | Gets the warning code when IF Overload protection need to be calibrated. |
![]() ![]() | IFStateNotPresentWarningCode | Gets the warning code for missing IF state. |
![]() ![]() | LOWarningCode | Gets the warning code for LO warning. |
![]() | Message | Gets the message related to the warning. |
![]() ![]() | ReferenceClockPllNotLockedWarningCode | Gets the warning code when reference clock PLL is not locked. |
![]() ![]() | RFConditioningDeviceWarningCode | Gets the warning code when the RF Conditioning device returned a warning. |
![]() ![]() | RFConfigurationNotValidWarningCode | Gets the warning code for invalid RF configuration. |
![]() ![]() | SelfCalibrationOffsetOutOfBoundsWarningCode | Gets the warning code when the self calibration offset measured by NI-RFSA was out of bounds. |
![]() ![]() | TemperatureDeviationLimitExceededWarningCode | Gets the warning code when temperature deviation limit is exceeded. |
![]() ![]() | UnexpectedDriverWarningCode | Gets the warning code for an unexpected driver warning. |
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the current instance of RfsaWarning and the object that you specify are equal.
(Overrides ObjectEquals(Object)) |
![]() | Equals(RfsaWarning) | Determines whether the current instance of RfsaWarning and the RfsaWarning object that you specify are equal. |
![]() | Equals(RfsaWarning, Boolean) | Checks for the equality for the two RfsaWarning objects considering whether warning message should be compared or not. |
![]() | GetHashCode |
Returns the hash code for the current instance of RfsaWarning.
(Overrides ObjectGetHashCode) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString |
Converts the current instance of RfsaWarning to string.
(Overrides ObjectToString) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality(RfsaWarning, RfsaWarning) | Checks whether the two instances of RfsaWarning are equal. |
![]() ![]() | Inequality(RfsaWarning, RfsaWarning) | Checks whether the two instances of RfsaWarning are unequal. |
Remarks
Represents the list of warnings returned by the driver.