NIRfsg Namespace

Table of Contents

NIRfsg.DangerousGetInstrumentHandle Method

  • Updated2025-05-22
  • 1 minute(s) read
NIRfsg.DangerousGetInstrumentHandle Method

NIRfsgDangerousGetInstrumentHandle Method

Note: This API is now obsolete.

Returns the value of the underlying instrument handle.

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

[ObsoleteAttribute("Use GetInstrumentHandle method instead")]
public IntPtr DangerousGetInstrumentHandle()
<ObsoleteAttribute("Use GetInstrumentHandle method instead")>
Public Function DangerousGetInstrumentHandle As IntPtr

Return Value

IntPtr
Returns an IntPtr representing the value of the underlying instrument handle.

Remarks

You can use this method to retrieve the actual handle value of the session.

A call to this method causes Commit to be called.

See Also

Log in to get a better experience