DangerousGetNIRfsaHandle(out IntPtr)
- Updated2025-10-13
- 1 minute(s) read
Returns the value of the underlying instrument handle.
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 DangerousGetNIRfsaHandle(out IntPtr niRfsaHandle)
Parameters
| Name | Type | Description |
|---|---|---|
| niRfsaHandle | out IntPtr | Upon return, contains the value of the underlying instrument handle. |
Returns
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.