#[non_exhaustive]pub enum CustomerGroup {
Show 35 variants
Rlm,
RlmMunicipal,
SlpMunicipal,
SlpElectricityG0,
SlpElectricityG1,
SlpElectricityG2,
SlpElectricityG3,
SlpElectricityG4,
SlpElectricityG5,
SlpElectricityG6,
SlpElectricityG7,
SlpElectricityL0,
SlpElectricityL1,
SlpElectricityL2,
SlpElectricityH0,
SlpElectricitySb,
SlpElectricityHz,
SlpElectricityWp,
SlpElectricityEm,
SlpElectricityHzGem,
SlpGasGko,
SlpGasStandard,
SlpGasGha,
SlpGasGmk,
SlpGasGbd,
SlpGasGga,
SlpGasGbh,
SlpGasGba,
SlpGasGwa,
SlpGasGgb,
SlpGasGpd,
SlpGasGmf,
SlpGasHef,
SlpGasHmf,
SlpGasHko,
}Expand description
Customer group for a market location (based on standard load profiles).
German: Kundengruppe
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Rlm
Customer with registering power measurement (no SLP)
RlmMunicipal
Municipal consumption point with power measurement
SlpMunicipal
Municipal consumption point without power measurement
SlpElectricityG0
General commercial (G0)
SlpElectricityG1
Weekdays (G1)
SlpElectricityG2
Evening consumption (G2)
SlpElectricityG3
Continuous commercial (G3)
SlpElectricityG4
Shop, hairdresser (G4)
SlpElectricityG5
Bakery with bakehouse (G5)
SlpElectricityG6
Weekend operation (G6)
SlpElectricityG7
Mobile phone base station (G7)
SlpElectricityL0
Agriculture general (L0)
SlpElectricityL1
Agriculture with dairy/sideline animal breeding (L1)
SlpElectricityL2
Other agricultural businesses (L2)
SlpElectricityH0
Household general (H0)
SlpElectricitySb
Street lighting (SB)
SlpElectricityHz
Night storage heating (HZ)
SlpElectricityWp
Heat pump (WP)
SlpElectricityEm
Electric mobility (EM)
SlpElectricityHzGem
Night storage heating common measurement (HZ_GEM)
SlpGasGko
Territorial authorities, credit institutions, insurance, non-profit organizations & public facilities
SlpGasStandard
Standard customer group for gas
SlpGasGha
Retail, wholesale
SlpGasGmk
Metal, automotive
SlpGasGbd
Other operational services
SlpGasGga
Accommodation
SlpGasGbh
Restaurants
SlpGasGba
Bakeries
SlpGasGwa
Laundries
SlpGasGgb
Horticulture
SlpGasGpd
Paper and printing
SlpGasGmf
Household-like commercial enterprises
SlpGasHef
Single-family household
SlpGasHmf
Multi-family household
SlpGasHko
Cooking gas
Implementations§
Source§impl CustomerGroup
impl CustomerGroup
Sourcepub fn german_name(&self) -> &'static str
pub fn german_name(&self) -> &'static str
Returns the German name.
Trait Implementations§
Source§impl Clone for CustomerGroup
impl Clone for CustomerGroup
Source§fn clone(&self) -> CustomerGroup
fn clone(&self) -> CustomerGroup
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more