RfpmUserCalibrationReceiverOffset Class
- Updated2023-12-28
- 3 minute(s) read
RfpmUserCalibrationReceiverOffset Class
Represents a receiver offset for a particular path to the switch.
This property does not support the mmWave subsystem.
This property does not support the mmWave subsystem.
Inheritance Hierarchy
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public class RfpmUserCalibrationReceiverOffset
Public Class RfpmUserCalibrationReceiverOffset
The RfpmUserCalibrationReceiverOffset type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | DigitalGain |
Gets the digital gain.
This property does not support the mmWave subsystem. |
![]() | Offset |
Gets the receiver offset.
This property does not support the mmWave subsystem. |
![]() | RfsaReferenceLevel |
Gets the actual reference level which must be applied to the NI-RFSA/NI-RFmx driver in order
to guarantee that the receiver hardware is in a valid, calibrated state.
This property does not support the mmWave subsystem. |
![]() | SwitchPath |
Gets the path to the switch that the offset applies to.
This property does not support the mmWave subsystem. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Use this class to get the offset, path, RFSA reference level, and digital
gain for a particular user calibration receiver offset returned by
.
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.