RfpmSweepSettingsManager Class
- Updated2023-12-28
- 2 minute(s) read
RfpmSweepSettingsManager Class
Defines methods for loading and obtaining sweep settings.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIRfpmRfpmSubObject
NationalInstruments.ModularInstruments.NIRfpmRfpmSweepSettingsManager
NationalInstruments.ModularInstruments.NIRfpmRfpmSubObject
NationalInstruments.ModularInstruments.NIRfpmRfpmSweepSettingsManager
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public sealed class RfpmSweepSettingsManager : RfpmSubObject
Public NotInheritable Class RfpmSweepSettingsManager Inherits RfpmSubObject
The RfpmSweepSettingsManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetSweepSetting |
Gets a sweep setting by name.
|
![]() | GetSweepSettings |
Gets all sweep settings currently loaded.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LoadFromFile |
Loads a sweep settings file into memory so that measurements are performed according to
the sweeps defined in the file.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
This class cannot be instantiated directly. It is instantiated when an NIRfpm session is created. Access this class using SweepSettingsManager.
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.