RegisterUninterruptiblePowerSupplyAsync(PowerPhaseType, int)
- Updated2024-10-03
- 1 minute(s) read
Registers a UPS to the ATECCGEN2 system after physically installing a UPS. After registering a UPS, the UPS related monitoring features will not start until the rack is rebooted.
Syntax
Namespace: NationalInstruments.AteCore
public Task RegisterUninterruptiblePowerSupplyAsync(PowerPhaseType poweredPhase, int poweredPhaseOutlet)
Parameters
Name | Type | Description |
---|---|---|
poweredPhase | PowerPhaseType | Specifies the PEP power phase which the UPS is installed on (PowerPhaseType). |
poweredPhaseOutlet | int | Specifies the PEP phase outlet which the UPS is installed on. Can be either 1 or 2. |