Struct power_flow_data::Owner
source · pub struct Owner {
pub i: OwnerNum,
pub owname: ArrayString<15>,
}Expand description
PSS/E allows the user to identify which organization or utility actually owns a facility, a piece of equipment, or a load. Major network elements can have up to four different owners. This facilitates interpretation of results and reporting of results on the basis of ownership.
Fields§
§i: OwnerNumOwner number (1 through the maximum number of owners at the current size level).
owname: ArrayString<15>Alphanumeric identifier assigned to owner i.
The name may contain up to twelve characters and must be enclosed in single quotes.
owname may be any combination of blanks, uppercase letters, numbers, and special characters.
owname is set to twelve blanks by default.
Auto Trait Implementations§
impl Freeze for Owner
impl RefUnwindSafe for Owner
impl Send for Owner
impl Sync for Owner
impl Unpin for Owner
impl UnwindSafe for Owner
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more