pub struct Exst1Params {}Expand description
Static exciter (PSS/E EXST1).
PSS/E params (12 required; klr, ilr optional):
TR VIMAX VIMIN TC TB KA TA VRMAX VRMIN KC KF TF [KLR ILR]
Fields§
§tr: f64§vimax: f64§vimin: f64§tc: f64§tb: f64§ka: f64§ta: f64§vrmax: f64§vrmin: f64§kc: f64§kf: f64§tf: f64§klr: Option<f64>§ilr: Option<f64>Trait Implementations§
Source§impl Clone for Exst1Params
impl Clone for Exst1Params
Source§fn clone(&self) -> Exst1Params
fn clone(&self) -> Exst1Params
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 Exst1Params
impl Debug for Exst1Params
Source§impl<'de> Deserialize<'de> for Exst1Params
impl<'de> Deserialize<'de> for Exst1Params
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 Exst1Params
impl RefUnwindSafe for Exst1Params
impl Send for Exst1Params
impl Sync for Exst1Params
impl Unpin for Exst1Params
impl UnsafeUnpin for Exst1Params
impl UnwindSafe for Exst1Params
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