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