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

Derives from

None

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public class RfsaWarning

Remarks

Represents the list of warnings returned by the driver.

Properties

NameDescription
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

NameDescription
Equals(RfsaWarning, bool)

Checks for the equality for the two RfsaWarning objects considering whether warning message should be compared or not.

Equals(RfsaWarning)

Determines whether the current instance of RfsaWarning and the RfsaWarning object that you specify are equal.

Equals(object)

Determines whether the current instance of RfsaWarning and the object that you specify are equal.

GetHashCode()

Returns the hash code for the current instance of RfsaWarning.

ToString()

Converts the current instance of RfsaWarning to string.

Operators

NameDescription
operator!=(RfsaWarning, RfsaWarning)

Checks whether the two instances of RfsaWarning are unequal.

operator==(RfsaWarning, RfsaWarning)

Checks whether the two instances of RfsaWarning are equal.