RfpmDriverOperation Class
- Updated2023-12-28
- 2 minute(s) read
RfpmDriverOperation Class
Provides properties and methods that control the operation of the NI-RFPM driver.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIRfpmRfpmSubObject
NationalInstruments.ModularInstruments.NIRfpmRfpmDriverOperation
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
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InvalidateAllAttributes |
Sets all cached property values to invalid.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events
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.