pub struct NetworkConstraintTimeSeries {
pub time_series_identification: AttrV<DocumentId>,
pub original_time_series_identification: Option<AttrV<DocumentId>>,
pub requesting_grid_operator: Option<AttrVWithScheme<MarketParticipantId>>,
pub business_type: AttrV<NcdBusinessType>,
pub direction: AttrV<Direction>,
pub connecting_area: ControlZoneRef,
pub resource_object: ResourceObjectRef,
pub grid_element: AttrVWithScheme<String, GridElementCodingScheme>,
pub measurement_unit: AttrV<MeasureUnit>,
pub resource_provider: Option<AttrVWithScheme<MarketParticipantId>>,
pub status: Option<AttrV<NcdStatus>>,
pub period: Period,
}Expand description
A single constraint time series within a NetworkConstraintDocument.
Fields§
§time_series_identification: AttrV<DocumentId>Unique time-series identifier (max 35 chars).
original_time_series_identification: Option<AttrV<DocumentId>>Reference to the original time series when this one corrects it.
Without it a correction cannot be matched to what it corrects, so the receiver either applies it twice or not at all.
requesting_grid_operator: Option<AttrVWithScheme<MarketParticipantId>>The anfordernder Netzbetreiber — the operator that identified the
Netzengpass and requested the Maßnahme (BilAReM Kap. 1).
It is not necessarily the anweisende Netzbetreiber: a request travels up
the cascade, and Kap. 17.3.4 of the MaBiS Anlage puts a whole
Ausfallarbeit exchange between the two. Dropping it leaves the
Ausfallarbeit with no addressee.
business_type: AttrV<NcdBusinessType>Business type: dispatchable production (A77) or network element (B59).
direction: AttrV<Direction>Direction: up (A01) or down (A02).
connecting_area: ControlZoneRefControl zone where the resource / element is located.
resource_object: ResourceObjectRefResource object identifier (BDEW resource code, NDE scheme).
grid_element: AttrVWithScheme<String, GridElementCodingScheme>Grid element EIC or resource code.
measurement_unit: AttrV<MeasureUnit>Physical unit of quantity values.
resource_provider: Option<AttrVWithScheme<MarketParticipantId>>Optional activation status. Resource provider that operates the resource.
status: Option<AttrV<NcdStatus>>Status of the constraint series.
period: PeriodQuarter-hour constraint data for the delivery day.
Trait Implementations§
Source§impl Clone for NetworkConstraintTimeSeries
impl Clone for NetworkConstraintTimeSeries
Source§fn clone(&self) -> NetworkConstraintTimeSeries
fn clone(&self) -> NetworkConstraintTimeSeries
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more