NIRfpm.GetInstrumentHandle Method
- Updated2023-12-28
- 1 minute(s) read
NIRfpmGetInstrumentHandle Method
Returns the SafeHandle representing the value of the underlying NIRfpm instrument handle.
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public SafeHandle GetInstrumentHandle()
Public Function GetInstrumentHandle As SafeHandle
Return Value
Type: SafeHandleA SafeHandle representing the value of the underlying NI-RFPM instrument handle.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | GetInstrumentHandle was called after the associated NIRfpm object was disposed. |