pub struct Model707 {
pub ena: u16,
pub adptcrvreq: u16,
pub adptcrvrslt: u16,
pub npt: u16,
pub ncrvset: u16,
pub v_sf: i16,
pub tms_sf: i16,
}
Expand description
DER Trip LV
DER low voltage trip model.
Fields§
§ena: u16
DER Trip LV Module Enable
DER low voltage trip control enable.
adptcrvreq: u16
Adopt Curve Request
Index of curve points to adopt. First curve index is 1.
adptcrvrslt: u16
Adopt Curve Result
Result of last adopt curve operation.
npt: u16
Number Of Points
Number of curve points supported.
ncrvset: u16
Stored Curve Count
Number of stored curves supported.
v_sf: i16
Voltage Scale Factor
Scale factor for curve voltage points.
tms_sf: i16
Time Point Scale Factor
Scale factor for curve time points.
Implementations§
source§impl Model707
impl Model707
pub const ENA: PointDef<Self, u16> = _
pub const ADPTCRVREQ: PointDef<Self, u16> = _
pub const ADPTCRVRSLT: PointDef<Self, u16> = _
pub const NPT: PointDef<Self, u16> = _
pub const NCRVSET: PointDef<Self, u16> = _
pub const V_SF: PointDef<Self, i16> = _
pub const TMS_SF: PointDef<Self, i16> = _
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Model707
impl Send for Model707
impl Sync for Model707
impl Unpin for Model707
impl UnwindSafe for Model707
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