Monitor power supply data for fault conditions
This commit is contained in:
@@ -49,5 +49,15 @@ namespace Raytheon.Instruments
|
||||
{
|
||||
return _powerSupplyModule.PowerModuleInfoDict;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Get power supply module names
|
||||
/// </summary>
|
||||
/// <param></param>
|
||||
/// <returns></returns>
|
||||
public List<string> GetPowerSupplyModuleNames()
|
||||
{
|
||||
return _powerSupplyModule.PowerModules;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user