DotNet.Ships.Record.PowerBand - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / PowerBand
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Power.cs:67
One priority group's share of the power budget.
new PowerBand(
Priority,Retracted,Deployed,RetractedTotal,DeployedTotal,PoweredRetracted,PoweredDeployed)
int
The group number, from one through five.
double
This group's own draw with the hardpoints retracted, in megawatts.
double
This group's own draw with the hardpoints deployed, in megawatts. It is everything in Retracted plus the weapons, so it is never below it.
double
The draw of this group and every higher-priority one, retracted, in megawatts.
double
The draw of this group and every higher-priority one, deployed, in megawatts.
bool
Whether this group stays powered with the hardpoints retracted.
bool
Whether this group stays powered with the hardpoints deployed.
Deployed:
double
This group's own draw with the hardpoints deployed, in megawatts. It is everything in Retracted plus the weapons, so it is never below it.
DeployedTotal:
double
The draw of this group and every higher-priority one, deployed, in megawatts.
PoweredDeployed:
bool
Whether this group stays powered with the hardpoints deployed.
PoweredRetracted:
bool
Whether this group stays powered with the hardpoints retracted.
Priority:
int
The group number, from one through five.
Retracted:
double
This group's own draw with the hardpoints retracted, in megawatts.
RetractedTotal:
double
The draw of this group and every higher-priority one, retracted, in megawatts.