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

EliteDangerousAlmanac / Ships / WeaponsCapacitorInput

Record: WeaponsCapacitorInput

Defined in: dotnet/src/EliteDangerousAlmanac/Ships/WeaponsCapacitor.cs:13

Everything a weapons-capacitor calculation needs about one firing load.

Remarks

Every figure must be finite and zero or more.

Constructors

new WeaponsCapacitorInput()

new WeaponsCapacitorInput(WeaponsCapacity, WeaponsRecharge, SustainedEnergyPerSecond)

Parameters

WeaponsCapacity

double

The WEP-capacitor capacity, in megajoules.

WeaponsRecharge

double

The four-WEP-pip recharge rate, in megajoules per second.

SustainedEnergyPerSecond

double

The sustained weapons-capacitor draw, in megajoules per second.

Properties

SustainedEnergyPerSecond

SustainedEnergyPerSecond: double

The sustained weapons-capacitor draw, in megajoules per second.

WeaponsCapacity

WeaponsCapacity: double

The WEP-capacitor capacity, in megajoules.

WeaponsRecharge

WeaponsRecharge: double

The four-WEP-pip recharge rate, in megajoules per second.

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