RFmx Instr DotNET

RFmxInstrMX.DangerousGetNIRfsaHandleArray Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxInstrMX.DangerousGetNIRfsaHandleArray Method

RFmxInstrMXDangerousGetNIRfsaHandleArray Method

Returns list of underlying instrument handles.
Note  Note
Do not close the NI-RFSA driver session before calling RFmx close. Closing the NI-RFSA driver session before closing RFmx session would lead to unpredictable behavior.

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 int DangerousGetNIRfsaHandleArray(
	ref IntPtr[] niRfsaSessions
)
Public Function DangerousGetNIRfsaHandleArray ( 
	ByRef niRfsaSessions As IntPtr()
) As Integer

Parameters

niRfsaSessions  IntPtr
Upon return, contains list of underlying instrument handles.

Return Value

Int32
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.

See Also

Log in to get a better experience