pub struct DclineRes {
pub p_from_mw: f64,
pub q_from_mvar: f64,
pub p_to_mw: f64,
pub q_to_mvar: f64,
pub pl_mw: f64,
pub vm_from_pu: f64,
pub va_from_degree: f64,
pub vm_to_pu: f64,
pub va_to_degree: f64,
}Fields§
§p_from_mw: f64active power flow into the line at ‘from_bus’ [MW]
q_from_mvar: f64reactive power flow into the line at ‘from_bus’ [kVar]
p_to_mw: f64active power flow into the line at ‘to_bus’ [MW]
q_to_mvar: f64reactive power flow into the line at ‘to_bus’ [kVar]
pl_mw: f64active power losses of the line [MW]
vm_from_pu: f64voltage magnitude at ‘from_bus’ [p.u]
va_from_degree: f64voltage angle at ‘from_bus’ [degree]
vm_to_pu: f64voltage magnitude at ‘to_bus’ [p.u]
va_to_degree: f64voltage angle at ‘to_bus’ [degree]
Auto Trait Implementations§
impl Freeze for DclineRes
impl RefUnwindSafe for DclineRes
impl Send for DclineRes
impl Sync for DclineRes
impl Unpin for DclineRes
impl UnwindSafe for DclineRes
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