pub struct DerVoltWatt {
pub ena: Ena,
pub adpt_crv_req: u16,
pub adpt_crv_rslt: AdptCrvRslt,
pub n_pt: u16,
pub n_crv: u16,
pub rvrt_tms: Option<u32>,
pub rvrt_rem: Option<u32>,
pub rvrt_crv: Option<u16>,
pub v_sf: i16,
pub dept_ref_sf: i16,
pub rsp_tms_sf: i16,
pub crv: Vec<Crv>,
}model706 only.Expand description
DER Volt-Watt
DER Volt-Watt model.
Fields§
§ena: EnaDER Volt-Watt Module Enable
Volt-Watt control enable.
adpt_crv_req: u16Adopt Curve Request
Index of curve points to adopt. First curve index is 1.
adpt_crv_rslt: AdptCrvRsltAdopt Curve Result
Result of last adopt curve operation.
n_pt: u16Number Of Points
Number of curve points supported.
n_crv: u16Stored Curve Count
Number of stored curves supported.
rvrt_tms: Option<u32>Reversion Timeout
Reversion time in seconds. 0 = No reversion time.
rvrt_rem: Option<u32>Reversion Time Remaining
Reversion time remaining in seconds.
rvrt_crv: Option<u16>Reversion Curve
Default curve after reversion timeout.
v_sf: i16Voltage Scale Factor
Scale factor for curve voltage points.
dept_ref_sf: i16Watt Scale Factor
Scale factor for curve watt points.
rsp_tms_sf: i16Open-Loop Scale Factor
Open loop response time scale factor.
crv: Vec<Crv>Stored Curves
Stored curve sets.
Comments: Stored curve sets - Number of curve sets contained in NCrv - The first set is read-only and indicates the current settings.