pub struct ReactivePowerParams {
pub autonomous_v_ref_enable: Option<bool>,
pub autonomous_v_ref_time_constant: Option<f64>,
pub custom_data: Option<CustomData>,
pub v_ref: Option<f64>,
}Fields§
§autonomous_v_ref_enable: Option<bool>Only for VoltVar: Enable/disable autonomous VRef adjustment
autonomous_v_ref_time_constant: Option<f64>Only for VoltVar: Adjustment range for VRef time constant
custom_data: Option<CustomData>§v_ref: Option<f64>Only for VoltVar curve: The nominal ac voltage (rms) adjustment to the voltage curve points for Volt-Var curves (percentage).
Trait Implementations§
Source§impl Clone for ReactivePowerParams
impl Clone for ReactivePowerParams
Source§fn clone(&self) -> ReactivePowerParams
fn clone(&self) -> ReactivePowerParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReactivePowerParams
impl Debug for ReactivePowerParams
Source§impl PartialEq for ReactivePowerParams
impl PartialEq for ReactivePowerParams
impl StructuralPartialEq for ReactivePowerParams
Auto Trait Implementations§
impl Freeze for ReactivePowerParams
impl RefUnwindSafe for ReactivePowerParams
impl Send for ReactivePowerParams
impl Sync for ReactivePowerParams
impl Unpin for ReactivePowerParams
impl UnsafeUnpin for ReactivePowerParams
impl UnwindSafe for ReactivePowerParams
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