pub struct ST2CUT {Show 22 fields
pub i: BusNum,
pub stat: i8,
pub mode1: i32,
pub busr1: BusNum,
pub mode2: i32,
pub busr2: BusNum,
pub k1: f64,
pub k2: f64,
pub t1: f64,
pub t2: f64,
pub t3: f64,
pub t4: f64,
pub t5: f64,
pub t6: f64,
pub t7: f64,
pub t8: f64,
pub t9: f64,
pub t10: f64,
pub lsmax: f64,
pub lsmin: f64,
pub vcu: f64,
pub vcl: f64,
}Expand description
Parameters for the ST2CUT model (Dual-input stabilizing model) in PSS/E.
Fields§
§i: BusNumBuses number.
stat: i8Model status is either one for in-service or zero for out-of-service.
mode1: i32Input mode.
- 1 - Rotor speed deviation
- 2 - Bus frequency deviation
- 3 - Generator electrical power
- 4 - Generator accelerating power
- 5 - Bus voltage
- 5 - Derivative of bus voltage
busr1: BusNumReference bus number.
mode2: i32Input mode.
- 1 - Rotor speed deviation
- 2 - Bus frequency deviation
- 3 - Generator electrical power
- 4 - Generator accelerating power
- 5 - Bus voltage
- 5 - Derivative of bus voltage
busr2: BusNumReference bus number.
k1: f64Input 1 gain K1.
k2: f64Input 2 gain K2.
t1: f64Input 1 time constant T1.
t2: f64Input 2 time constant T2.
t3: f64Washout numerator time constant T3.
t4: f64Lead/lag denominator time constant T4.
t5: f64Lead/lag numerator time constant T5.
t6: f64Lead/lag denominator time constant T6.
t7: f64Lead/lag numerator time constant T7.
t8: f64Lead/lag denominator time constant T8.
t9: f64Lead/lag numerator time constant T9.
t10: f64Lead/lag denominator time constant T10.
lsmax: f64Stabilizer output upper limit.
lsmin: f64Stabilizer output lower limit.
vcu: f64Output cutoff upper limit.
vcl: f64Output cutoff lower limit.
Trait Implementations§
impl Copy for ST2CUT
Auto Trait Implementations§
impl Freeze for ST2CUT
impl RefUnwindSafe for ST2CUT
impl Send for ST2CUT
impl Sync for ST2CUT
impl Unpin for ST2CUT
impl UnwindSafe for ST2CUT
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