Major upgrade
This commit is contained in:
@@ -155,7 +155,7 @@ namespace Raytheon.Instruments
|
||||
/// <param name="moduleName">The module to read</param>
|
||||
/// <returns>THe Power Data</returns>
|
||||
[UmsCommand( "IPowerSupplySystem.ReadPowerData" )]
|
||||
void ReadPowerData( string moduleName, out double voltage, out double voltageSetpoint, out double current, out bool outputStatus, out int faultStatus );
|
||||
void ReadPowerData( string moduleName, out double voltage, out double voltageSetpoint, out double current, out bool isOutputOn, out int faultStatus );
|
||||
|
||||
/// <summary>
|
||||
/// Set the slew rate
|
||||
|
||||
Reference in New Issue
Block a user