NIRfsg Namespace

Table of Contents

RfsgDriverOperation Class

  • Updated2025-02-03
  • 3 minute(s) read
RfsgDriverOperation Class

RfsgDriverOperation Class

Represents the methods and properties that provide driver operation functionality.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIRfsgRfsgSubObject
    NationalInstruments.ModularInstruments.NIRfsgRfsgDriverOperation

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public sealed class RfsgDriverOperation : RfsgSubObject, 
	IIviDriverOperation, IDisposable, ISupportSynchronizationContext
Public NotInheritable Class RfsgDriverOperation
	Inherits RfsgSubObject
	Implements IIviDriverOperation, IDisposable, ISupportSynchronizationContext

The RfsgDriverOperation type exposes the following members.

Properties

 NameDescription
Public propertyCache Gets or sets whether to cache the value of properties.
Public propertyDriverSetup Gets the driver setup string that you specified in the IVI configuration store, when the instrument driver session was created or passed in the OptionString parameter of the NIRfsg constructor.
Public propertyInterchangeCheck Gets or sets whether to perform interchangeability checking and retrieve interchangeability warnings.
Public propertyIOResourceDescriptor Gets the resource descriptor that the user specified for the physical device.
Public propertyLogicalName Gets the IVI logical name specified when you open the current session.
Public propertyQueryInstrumentStatus Gets or sets whether NI-RFSG queries the device status after each operation.
Public propertyRangeCheck Gets or sets whether to validate property values and method parameters.
Public propertyRecordCoercions Gets or sets whether the IVI engine keeps a list of the value coercions it makes for integer and real type properties.
Public propertySimulate Gets whether NI-RFSG simulates I/O operations.
Public propertySynchronizeCallbacks Gets or sets how events and callback delegates are invoked.
Top

Methods

 NameDescription
Public methodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInvalidateAllAttributes Invalidates all properties.
Public methodResetInterchangeCheck Resets the interchangeability checking algorithms of NI-RFSG.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top

Events

 NameDescription
Public eventWarning Occurs when the driver generates a warning.
Top

Remarks

For more information, refer to the NI-RFSG Instrument Driver Programming Flow topic in the NI RF Signal Generators Help.

See Also

Log in to get a better experience