pub struct Exdc2Params {}Expand description
IEEE type DC2 exciter (PSS/E EXDC2) — used in Kundur 4-machine system.
PSS/E params (12 required; E1, SE1, E2, SE2 optional):
TR KA TA TB TC VRMAX VRMIN KE TE KF TF1 SWITCH [E1 SE1 E2 SE2]
Fields§
§tr: f64§ka: f64§ta: f64§tb: f64§tc: f64§vrmax: f64§vrmin: f64§ke: f64§te: f64§kf: f64§tf1: f64§switch_: f64§e1: Option<f64>§se1: Option<f64>§e2: Option<f64>§se2: Option<f64>Trait Implementations§
Source§impl Clone for Exdc2Params
impl Clone for Exdc2Params
Source§fn clone(&self) -> Exdc2Params
fn clone(&self) -> Exdc2Params
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 Exdc2Params
impl Debug for Exdc2Params
Source§impl<'de> Deserialize<'de> for Exdc2Params
impl<'de> Deserialize<'de> for Exdc2Params
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 Exdc2Params
impl RefUnwindSafe for Exdc2Params
impl Send for Exdc2Params
impl Sync for Exdc2Params
impl Unpin for Exdc2Params
impl UnsafeUnpin for Exdc2Params
impl UnwindSafe for Exdc2Params
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