RFmx Instr DotNET

Table of Contents

RFmxInstrMX(IntPtr) Constructor

  • Updated2024-07-17
  • 1 minute(s) read
RFmxInstrMX(IntPtr) Constructor

RFmxInstrMX(IntPtr) Constructor

Creates a new RFmx session from an existing RFmx instrument handle.

Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)

Syntax

public RFmxInstrMX(
	IntPtr instrumentHandle
)
Public Sub New ( 
	instrumentHandle As IntPtr
)

Parameters

instrumentHandle  IntPtr
Specifies the pre-existing instrument handle used to create a new RFmx session.

Remarks

When you use an existing instrument handle to create a session; calling the Dispose, Close, or ForceClose methods will only dispose the .NET resources associated with this session. The pre-existing instrument handle will NOT be released.

See Also

Log in to get a better experience