pub struct RegulatorControlAtcc {
pub bnd_ctr: Option<Asg>,
pub bnd_wid: Option<Asg>,
pub ctl_dl_tmms: Option<ControlIng>,
pub ldcr: Option<Asg>,
pub ldcx: Option<Asg>,
pub ldcz: Option<Asg>,
pub par_op: Option<ControlSpc>,
pub tap_pos: Option<ControlIsc>,
}
Expand description
LN: Automatic tap changer controller Name: ATCC
Fields§
§bnd_ctr: Option<Asg>
Centre of voltage control bandwidth (forward power flow presumed).
bnd_wid: Option<Asg>
Control (secondary) voltage bandwidth (i.e., range), given either as voltage value or percentage of the nominal voltage (forward power flow presumed).
ctl_dl_tmms: Option<ControlIng>
Time to wait before operating, after reaching the control point (forward power flow presumed).
ldcr: Option<Asg>
Line drop voltage due to line resistance component (forward power flow presumed) at rated current.
ldcx: Option<Asg>
Line drop voltage due to line reactance component (forward power flow presumed) at rated current.
ldcz: Option<Asg>
Line drop voltage due to line total impedance (forward power flow presumed) at rated current.
par_op: Option<ControlSpc>
(controllable) If true, transformers operate in parallel, otherwise they operate independently.
tap_pos: Option<ControlIsc>
(controllable) Tap position change to the specified value.
Trait Implementations§
Source§impl Clone for RegulatorControlAtcc
impl Clone for RegulatorControlAtcc
Source§fn clone(&self) -> RegulatorControlAtcc
fn clone(&self) -> RegulatorControlAtcc
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for RegulatorControlAtcc
impl Debug for RegulatorControlAtcc
Source§impl Default for RegulatorControlAtcc
impl Default for RegulatorControlAtcc
Source§fn default() -> RegulatorControlAtcc
fn default() -> RegulatorControlAtcc
Source§impl Message for RegulatorControlAtcc
impl Message for RegulatorControlAtcc
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
Source§fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>
fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>
Source§fn decode<B>(buf: B) -> Result<Self, DecodeError>
fn decode<B>(buf: B) -> Result<Self, DecodeError>
Source§fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
Source§fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
self
. Read moreSource§fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
self
.