Struct power_flow_data::Bus33
source · pub struct Bus33 {}Expand description
Network bus data record (in PSSE v33 format).
Fields§
§i: BusNumBus number (1 to 999997).
name: ArrayString<15>Alphanumeric identifier assigned to bus “I”. The name may be up to twelve characters and must be enclosed in single quotes. NAME may contain any combination of blanks, uppercase letters, numbers and special characters, but the first character must not be a minus sign.
basekv: f64Bus base voltage; entered in kV.
ide: i8Bus type code: 1 - load bus or other bus without any generator boundary condition. 2 - generator or plant bus either regulating voltage or with a fixed reactive power (Mvar). A generator that reaches its reactive power limit will no longer control voltage but rather hold reactive power at its limit. 3 - swing bus or slack bus. It has no power or reactive limits and regulates voltage at a fixed reference angle. 4 - disconnected or isolated bus.
area: AreaNumArea number. 1 through the maximum number of areas at the current size level.
zone: ZoneNumZone number. 1 through the maximum number of zones at the current size level. See Zone.
owner: OwnerNumOwner number. 1 through the maximum number of owners at the current size level. See Owner.
vm: f64Bus voltage magnitude; entered in pu.
va: f64Bus voltage phase angle; entered in degrees.
nvhi: f64Normal voltage magnitude high limit; entered in pu. nvhi = 1.1 by default.
nvlo: f64Normal voltage magnitude low limit, entered in pu. nvlo = 0.9 by default.
evhi: f64Emergency voltage magnitude high limit; entered in pu. evhi = 1.1 by default.
evlo: f64Emergency voltage magnitude low limit; entered in pu. evlo = 0.9 by default.