Struct power_flow_data::Zone
source · pub struct Zone {
pub i: ZoneNum,
pub zoname: ArrayString<15>,
}Expand description
All buses (AC and DC) and loads can be assigned to reside in a zone of the network. To enable this facility, each zone should be assigned a name and number. Specifically, the zone number is entered as part of the data records for the buses and loads. The use of zones enables the user to develop reports and to check results on the basis of zones and, consequently be highly specific when reporting and interpreting analytical results.
Fields§
§i: ZoneNumZone number (1 through the maximum number of zones at the current size level)
zoname: ArrayString<15>Alphanumeric identifier assigned to zone i.
The name may contain up to twelve characters and must be enclosed in single quotes.
zoname may be any combination of blanks, uppercase letters, numbers, and special characters.
zoname is set to twelve blanks by default.