pub struct Ac8bParams {
pub tr: f64,
pub ka: f64,
pub ta: f64,
pub kc: f64,
pub vrmax: f64,
pub vrmin: f64,
pub kd: f64,
pub ke: f64,
pub te: f64,
pub pid_kp: f64,
pub pid_ki: f64,
pub pid_kd: f64,
}Expand description
AC8B — IEEE AC8B High Initial Response Exciter (Phase 17).
Fields§
§tr: f64§ka: f64§ta: f64§kc: f64§vrmax: f64§vrmin: f64§kd: f64§ke: f64§te: f64§pid_kp: f64§pid_ki: f64§pid_kd: f64Trait Implementations§
Source§impl Clone for Ac8bParams
impl Clone for Ac8bParams
Source§fn clone(&self) -> Ac8bParams
fn clone(&self) -> Ac8bParams
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 Ac8bParams
impl Debug for Ac8bParams
Source§impl<'de> Deserialize<'de> for Ac8bParams
impl<'de> Deserialize<'de> for Ac8bParams
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 Ac8bParams
impl RefUnwindSafe for Ac8bParams
impl Send for Ac8bParams
impl Sync for Ac8bParams
impl Unpin for Ac8bParams
impl UnsafeUnpin for Ac8bParams
impl UnwindSafe for Ac8bParams
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