NI-RFPM API Reference

Table of Contents

RfpmSweepSettingsManager Class

  • Updated2023-12-28
  • 2 minute(s) read
RfpmSweepSettingsManager Class

RfpmSweepSettingsManager Class

Defines methods for loading and obtaining sweep settings.

Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSweepSetting
Gets a sweep setting by name.
Public methodGetSweepSettings
Gets all sweep settings currently loaded.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromFile
Loads a sweep settings file into memory so that measurements are performed according to the sweeps defined in the file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

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.

See Also

Log in to get a better experience