pub struct TrTechnischeParameter {Show 14 fields
pub nettonennleistung_prod: Option<Decimal3>,
pub nettonennleistung_verb: Option<Decimal3>,
pub nettoengpassleistung_prod: Option<Decimal3>,
pub nettoengpassleistung_verb: Option<Decimal3>,
pub bruttonennleistung: Option<Decimal3>,
pub wechselrichterleistung_kumuliert: Option<Decimal3>,
pub absenkung_70: Option<JaNein>,
pub anlagentyp: Option<String>,
pub nabenhoehe: Option<Decimal3>,
pub geokoordinaten: Option<Geokoordinaten>,
pub wirkungsgrad_speicher: Option<Decimal3>,
pub nutzbarer_energieinhalt_speichers: Option<Decimal3>,
pub wirkleistung_einspeichern_max: Option<Decimal3>,
pub wirkleistung_ausspeichern_max: Option<Decimal3>,
}Expand description
Technical parameters of a Technische Ressource — the plant nameplate.
A different complexType from TechnischeParameter despite sharing the
element name; see that type’s docs. These are the figures the Ausfallarbeit
calculation reads: BilAReM Kap. 3.2.2.1 bounds W_A by P_bean, which is
„die installierte Leistung der TR“ less any Nichtbeanspruchbarkeit, and the
Pauschal-Abrechnung of Kap. 3.2.2.3 multiplies an Anlagenfaktor by exactly
that installed capacity.
Fields§
§nettonennleistung_prod: Option<Decimal3>Nettonennleistung, production direction (MW).
nettonennleistung_verb: Option<Decimal3>Nettonennleistung, consumption direction (MW).
nettoengpassleistung_prod: Option<Decimal3>Nettoengpassleistung, production direction (MW).
nettoengpassleistung_verb: Option<Decimal3>Nettoengpassleistung, consumption direction (MW).
bruttonennleistung: Option<Decimal3>Bruttonennleistung (MW).
wechselrichterleistung_kumuliert: Option<Decimal3>Cumulated inverter capacity (MW).
absenkung_70: Option<JaNein>Whether the 70 % Wirkleistungsbegrenzung applies.
anlagentyp: Option<String>Plant type.
nabenhoehe: Option<Decimal3>Hub height of a wind turbine (m).
geokoordinaten: Option<Geokoordinaten>Site coordinates.
wirkungsgrad_speicher: Option<Decimal3>Round-trip efficiency of a storage unit.
nutzbarer_energieinhalt_speichers: Option<Decimal3>Usable energy content of a storage unit (MWh).
wirkleistung_einspeichern_max: Option<Decimal3>Maximum charging power (MW).
wirkleistung_ausspeichern_max: Option<Decimal3>Maximum discharging power (MW).
Trait Implementations§
Source§impl Clone for TrTechnischeParameter
impl Clone for TrTechnischeParameter
Source§fn clone(&self) -> TrTechnischeParameter
fn clone(&self) -> TrTechnischeParameter
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more