RfsaSpectrumInfo Structure
- Updated2024-05-08
- 3 minute(s) read
RfsaSpectrumInfo Structure
Provides methods and properties associated with power spectrum information.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx40 (in NationalInstruments.ModularInstruments.NIRfsa.Fx40.dll) Version: 2022
Syntax
public struct RfsaSpectrumInfo
Public Structure RfsaSpectrumInfo
The RfsaSpectrumInfo type exposes the following members.
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(Object) |
Determines whether the current instance of RfsaSpectrumInfo and the object that you specify are equal.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(RfsaSpectrumInfo) |
Determines whether the current instance of RfsaSpectrumInfo and the RfsaSpectrumInfo object that you specify are equal.
|
![]() | GetHashCode |
Returns the hash code for the current instance of RfsaSpectrumInfo.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality | Checks whether the two instances of RfsaSpectrumInfo are equal. |
![]() ![]() | Inequality | Checks whether the two instances of RfsaSpectrumInfo are unequal. |
Remarks
For more information, refer to NI RF Vector Signal Analyzers Help.
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.