NI-RFPM API Reference

Table of Contents

RfpmDriverOperation Class

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

RfpmDriverOperation Class

Provides properties and methods that control the operation of the NI-RFPM driver.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIRfpmRfpmSubObject
    NationalInstruments.ModularInstruments.NIRfpmRfpmDriverOperation

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

Syntax

public sealed class RfpmDriverOperation : RfpmSubObject, 
	IIviDriverOperation
Public NotInheritable Class RfpmDriverOperation
	Inherits RfpmSubObject
	Implements IIviDriverOperation

The RfpmDriverOperation 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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvalidateAllAttributes
Sets all cached property values to invalid.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

Events

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

Remarks

Use this class to oversee or change the operations for the NI-RFPM driver. For example, use this class to see if the driver is simulating, checking value ranges, or coercing records.

This class cannot be instantiated directly. It is instantiated when an NIRfpm session is created. Access this class using DriverOperation.

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