GetNIRfmxSession(string, out RFmxInstrMX)
- Updated2026-06-25
- 1 minute(s) read
Returns the NI-RFmx session required to access the pin . If more than one session is required, the method throws an exception.
Syntax
Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI
public NIRfmxSinglePinSingleSessionQueryContext GetNIRfmxSession(string pin, out RFmxInstrMX session)
Parameters
| Name | Type | Description |
|---|---|---|
| pin | string | The name of the pin to translate to a session . If more than one session is required, the method throws an exception. |
| session | out RFmxInstrMX | Returns the NI-RFmx instrument session for the instrument connected to pin . |
Returns
An object that tracks the sessions and channels associated with this pin query. Use this object to publish measurements and extract data from a set of measurements.