DotNet.Ships.Record.PowerBand - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki

EliteDangerousAlmanac / Ships / PowerBand

Record: PowerBand

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/Power.cs:67

One priority group's share of the power budget.

Constructors

new PowerBand()

new PowerBand(Priority, Retracted, Deployed, RetractedTotal, DeployedTotal, PoweredRetracted, PoweredDeployed)

Parameters

Priority

int

The group number, from one through five.

Retracted

double

This group's own draw with the hardpoints retracted, in megawatts.

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.

RetractedTotal

double

The draw of this group and every higher-priority one, retracted, in megawatts.

DeployedTotal

double

The draw of this group and every higher-priority one, deployed, in megawatts.

PoweredRetracted

bool

Whether this group stays powered with the hardpoints retracted.

PoweredDeployed

bool

Whether this group stays powered with the hardpoints deployed.

Properties

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

DeployedTotal: double

The draw of this group and every higher-priority one, deployed, in megawatts.

PoweredDeployed

PoweredDeployed: bool

Whether this group stays powered with the hardpoints deployed.

PoweredRetracted

PoweredRetracted: bool

Whether this group stays powered with the hardpoints retracted.

Priority

Priority: int

The group number, from one through five.

Retracted

Retracted: double

This group's own draw with the hardpoints retracted, in megawatts.

RetractedTotal

RetractedTotal: double

The draw of this group and every higher-priority one, retracted, in megawatts.

⚠️ **GitHub.com Fallback** ⚠️