NI-RFPM API Reference

Table of Contents

NIRfpm.SweepSettingsManager Property

  • Updated2023-12-28
  • 1 minute(s) read
NIRfpm.SweepSettingsManager Property

NIRfpmSweepSettingsManager Property

Gets the RfpmSweepSettingsManager object used for loading and reading sweep settings.

Namespace:  NationalInstruments.ModularInstruments.NIRfpm
Assembly:  NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023

Syntax

public RfpmSweepSettingsManager SweepSettingsManager { get; }
Public ReadOnly Property SweepSettingsManager As RfpmSweepSettingsManager
	Get

Property Value

Type: RfpmSweepSettingsManager
A RfpmSweepSettingsManager object.

Exceptions

ExceptionCondition
ObjectDisposedExceptionSweepSettingsManager was accessed after the associated NIRfpm object was disposed.

Remarks

Call LoadFromFile(String) to load sweep settings for use in measurements and other operations. You can load multiple sweep settings files by calling LoadFromFile(String). If the sweep name is already present, the last loaded value is retained.

Refer to the Using the Sweep Settings Configuration File and Specifying Setting Parameters topics for more information on the sweep settings file.

See Also

Log in to get a better experience