pub struct RexsParams {
pub te: f64,
pub tf: f64,
pub ke: f64,
pub kf: f64,
pub efd1: f64,
pub efd2: f64,
pub sefd1: f64,
pub sefd2: f64,
pub tc: f64,
pub tb: f64,
}Expand description
REXS — Excitation system with rate feedback.
Fields§
§te: f64§tf: f64§ke: f64§kf: f64§efd1: f64§efd2: f64§sefd1: f64§sefd2: f64§tc: f64Lead-lag numerator time constant (s). Zero = no lead-lag.
tb: f64Lead-lag denominator time constant (s). Zero = no lead-lag.
Trait Implementations§
Source§impl Clone for RexsParams
impl Clone for RexsParams
Source§fn clone(&self) -> RexsParams
fn clone(&self) -> RexsParams
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 RexsParams
impl Debug for RexsParams
Source§impl<'de> Deserialize<'de> for RexsParams
impl<'de> Deserialize<'de> for RexsParams
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 RexsParams
impl RefUnwindSafe for RexsParams
impl Send for RexsParams
impl Sync for RexsParams
impl Unpin for RexsParams
impl UnsafeUnpin for RexsParams
impl UnwindSafe for RexsParams
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