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