RfpmUserCalibrationSourceOffset Class
- Updated2023-12-28
- 3 minute(s) read
RfpmUserCalibrationSourceOffset Class
Represents a source 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 RfpmUserCalibrationSourceOffset
Public Class RfpmUserCalibrationSourceOffset
The RfpmUserCalibrationSourceOffset type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CalibratedPower |
Gets the calibrated power.
This property does not support the mmWave subsystem. |
![]() | DigitalGain |
Gets the digital gain.
This property does not support the mmWave subsystem. |
![]() | Offset |
Gets the source offset.
This property does not support the mmWave subsystem. |
![]() | SettlingTime |
Gets the settling time.
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, switch path, calibrated power, digital gain and settling time
for a particular user calibration source 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.