GetRelaysInRelayGroup(string)
- Updated2026-06-25
- 1 minute(s) read
Returns an array of relay names contained in the relay group you specify in the relayGroup .
Syntax
Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI
public string[] GetRelaysInRelayGroup(string relayGroup)
Parameters
| Name | Type | Description |
|---|---|---|
| relayGroup | string | A relay group. The relay group must be included in the ISemiconductorModuleContext. |