DangerousGetNIRfsaHandleArray(ref IntPtr[])
- Updated2025-10-13
- 1 minute(s) read
Returns list of underlying instrument handles.
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.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public int DangerousGetNIRfsaHandleArray(ref IntPtr[] niRfsaSessions)
Parameters
| Name | Type | Description |
|---|---|---|
| niRfsaSessions | ref IntPtr[] | Upon return, contains list of underlying instrument handles. |
Returns
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.