SetNIRfmxSession(string, RFmxInstrMX)
- Updated2026-06-25
- 1 minute(s) read
Associates an instrument session with an NI-RFmx instrumentName .
Syntax
Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI
public void SetNIRfmxSession(string instrumentName, RFmxInstrMX session)
Parameters
| Name | Type | Description |
|---|---|---|
| instrumentName | string | The instrument name in the pin map file for the corresponding session . |
| session | RFmxInstrMX | The instrument session for the corresponding instrumentName . |