pub struct RegcbParams {
pub tg: f64,
pub x_eq: f64,
pub imax: f64,
pub tfltr: f64,
pub tip: f64,
pub kp_pll: f64,
pub ki_pll: f64,
}Expand description
REGCB — enhanced IBR inner converter with IP filter.
Fields§
§tg: f64§x_eq: f64§imax: f64§tfltr: f64§tip: f64§kp_pll: f64PLL proportional gain.
ki_pll: f64PLL integral gain.
Trait Implementations§
Source§impl Clone for RegcbParams
impl Clone for RegcbParams
Source§fn clone(&self) -> RegcbParams
fn clone(&self) -> RegcbParams
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 RegcbParams
impl Debug for RegcbParams
Source§impl<'de> Deserialize<'de> for RegcbParams
impl<'de> Deserialize<'de> for RegcbParams
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 RegcbParams
impl RefUnwindSafe for RegcbParams
impl Send for RegcbParams
impl Sync for RegcbParams
impl Unpin for RegcbParams
impl UnsafeUnpin for RegcbParams
impl UnwindSafe for RegcbParams
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