NIRfpm Constructor (IntPtr)
- Updated2023-12-28
- 1 minute(s) read
NIRfpm Constructor (IntPtr)
Initializes a new instance of the NIRfpm class.
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public NIRfpm( IntPtr rfpmSessionHandle )
Public Sub New ( rfpmSessionHandle As IntPtr )
Parameters
- rfpmSessionHandle
- Type: SystemIntPtr
The NI-RFPM session handle from which the session is created.
Exceptions
Exception | Condition |
---|---|
ArgumentException |
The value for rfpmSessionHandle is Zero.
- or - rfpmSessionHandle is invalid. |
IviCDriverException | The underlying NI-RFPM driver returned an error. |