NI-RFPM API Reference

Table of Contents

NIRfpm.GetInstrumentHandle Method

  • Updated2023-12-28
  • 1 minute(s) read
NIRfpm.GetInstrumentHandle Method

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: SafeHandle
A SafeHandle representing the value of the underlying NI-RFPM instrument handle.

Exceptions

ExceptionCondition
ObjectDisposedExceptionGetInstrumentHandle was called after the associated NIRfpm object was disposed.

See Also

Log in to get a better experience