pub struct ExtlParams {
pub tp: f64,
pub tq: f64,
pub kpv: f64,
pub kqv: f64,
pub kpf: f64,
pub kqf: f64,
pub mbase: f64,
pub lfac: f64,
}Expand description
EXTL — External Load (simplified composite 2-state load model).
Models voltage/frequency-dependent load with first-order filters.
PSS/E params: Tp Tq Kpv Kqv Kpf Kqf mbase lfac
Fields§
§tp: f64§tq: f64§kpv: f64§kqv: f64§kpf: f64§kqf: f64§mbase: f64§lfac: f64Trait Implementations§
Source§impl Clone for ExtlParams
impl Clone for ExtlParams
Source§fn clone(&self) -> ExtlParams
fn clone(&self) -> ExtlParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExtlParams
impl Debug for ExtlParams
Source§impl<'de> Deserialize<'de> for ExtlParams
impl<'de> Deserialize<'de> for ExtlParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ExtlParams
impl RefUnwindSafe for ExtlParams
impl Send for ExtlParams
impl Sync for ExtlParams
impl Unpin for ExtlParams
impl UnsafeUnpin for ExtlParams
impl UnwindSafe for ExtlParams
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