RfsaSpectrumInfo Data Structure
- Updated2025-10-14
- 1 minute(s) read
Provides methods and properties associated with power spectrum information.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public struct RfsaSpectrumInfo
Remarks
For more information, refer to NI RF Vector Signal Analyzers Help.
Properties
| Name | Description |
|---|---|
| FrequencyIncrement | Gets the frequency increment, in Hz, between adjacent array elements. |
| InitialFrequency | Gets the frequency, in hertz (Hz), corresponding to the first element in the array. |
| NumberOfSpectralLines | Gets the number of spectral lines that the method returned. |
| Reserved1 | Gets the reserved 1 for the spectrum information. |
| Reserved2 | Gets reserved 2 for the spectrum information. |
| Reserved3 | Gets reserved 3 for the spectrum information. |
| Reserved4 | Gets reserved 4 for the spectrum information. |
| Reserved5 | Gets reserved 5 for the spectrum information. |
Methods
| Name | Description |
|---|---|
| Equals(RfsaSpectrumInfo) | Determines whether the current instance of RfsaSpectrumInfo and the RfsaSpectrumInfo object that you specify are equal. |
| Equals(object) | Determines whether the current instance of RfsaSpectrumInfo and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsaSpectrumInfo. |
Operators
| Name | Description |
|---|---|
| operator!=(RfsaSpectrumInfo, RfsaSpectrumInfo) | Checks whether the two instances of RfsaSpectrumInfo are unequal. |
| operator==(RfsaSpectrumInfo, RfsaSpectrumInfo) | Checks whether the two instances of RfsaSpectrumInfo are equal. |