PSS
IEEEST
PowerSystems.IEEEST — Typemutable struct IEEEST <: PSS
input_code::Int
remote_bus_control::Int
A1::Float64
A2::Float64
A3::Float64
A4::Float64
A5::Float64
A6::Float64
T1::Float64
T2::Float64
T3::Float64
T4::Float64
T5::Float64
T6::Float64
Ks::Float64
Ls_lim::Tuple{Float64, Float64}
Vcu::Float64
Vcl::Float64
ext::Dict{String, Any}
states::Vector{Symbol}
n_states::Int
states_types::Vector{StateTypes}
internal::InfrastructureSystemsInternal
endIEEE Stabilizing Model PSS.
Arguments
input_code::Int: Code input for stabilizer, validation range:(1, 6)remote_bus_control::Int: ACBus identificationnumberfor control.0identifies the bus connected to this componentA1::Float64: Filter coefficient, validation range:(0, nothing)A2::Float64: Filter coefficient, validation range:(0, nothing)A3::Float64: Filter coefficient, validation range:(0, nothing)A4::Float64: Filter coefficient, validation range:(0, nothing)A5::Float64: Filter coefficient, validation range:(0, nothing)A6::Float64: Filter coefficient, validation range:(0, nothing)T1::Float64: Time constant, validation range:(0, 10)T2::Float64: Time constant, validation range:(0, 10)T3::Float64: Time constant, validation range:(0, 10)T4::Float64: Time constant, validation range:(0, 10)T5::Float64: Time constant, validation range:(0, 10)T6::Float64: Time constant, validation range:(eps(), 2.0)Ks::Float64: Proportional gain, validation range:(0, nothing)Ls_lim::Tuple{Float64, Float64}: PSS output limits for regulator output(Ls_min, Ls_max)Vcu::Float64: Cutoff limiter upper bound, validation range:(0, 1.25)Vcl::Float64: Cutoff limiter lower bound, validation range:(0, 1.0)ext::Dict{String, Any}: (default:Dict{String, Any}()) An extra dictionary for users to add metadata that are not used in simulation.states::Vector{Symbol}: (Do not modify.) The states are:
x_p1: 1st filter integration,
x_p2: 2nd filter integration,
x_p3: 3rd filter integration,
x_p4: 4rd filter integration,
x_p5: T1/T2 lead-lag integrator,
x_p6: T3/T4 lead-lag integrator,
:x_p7 last integer,n_states::Int: (Do not modify.) IEEEST has 7 statesstates_types::Vector{StateTypes}: (Do not modify.) IEEEST has 7 differentialstatesinternal::InfrastructureSystemsInternal: (Do not modify.) PowerSystems.jl internal reference
PowerSystems.get_A1 — Methodget_A1(value::IEEEST) -> Float64
Get IEEESTA1.
PowerSystems.get_A2 — Methodget_A2(value::IEEEST) -> Float64
Get IEEESTA2.
PowerSystems.get_A3 — Methodget_A3(value::IEEEST) -> Float64
Get IEEESTA3.
PowerSystems.get_A4 — Methodget_A4(value::IEEEST) -> Float64
Get IEEESTA4.
PowerSystems.get_A5 — Methodget_A5(value::IEEEST) -> Float64
Get IEEESTA5.
PowerSystems.get_A6 — Methodget_A6(value::IEEEST) -> Float64
Get IEEESTA6.
PowerSystems.get_Ks — Methodget_Ks(value::IEEEST) -> Float64
Get IEEESTKs.
PowerSystems.get_Ls_lim — Methodget_Ls_lim(value::IEEEST) -> Tuple{Float64, Float64}
Get IEEESTLs_lim.
PowerSystems.get_T1 — Methodget_T1(value::IEEEST) -> Float64
Get IEEESTT1.
PowerSystems.get_T2 — Methodget_T2(value::IEEEST) -> Float64
Get IEEESTT2.
PowerSystems.get_T3 — Methodget_T3(value::IEEEST) -> Float64
Get IEEESTT3.
PowerSystems.get_T4 — Methodget_T4(value::IEEEST) -> Float64
Get IEEESTT4.
PowerSystems.get_T5 — Methodget_T5(value::IEEEST) -> Float64
Get IEEESTT5.
PowerSystems.get_T6 — Methodget_T6(value::IEEEST) -> Float64
Get IEEESTT6.
PowerSystems.get_Vcl — Methodget_Vcl(value::IEEEST) -> Float64
Get IEEESTVcl.
PowerSystems.get_Vcu — Methodget_Vcu(value::IEEEST) -> Float64
Get IEEESTVcu.
PowerSystems.get_ext — Methodget_ext(value::IEEEST) -> Dict{String, Any}
Get IEEESText.
PowerSystems.get_input_code — Methodget_input_code(value::IEEEST) -> Int64
Get IEEESTinput_code.
PowerSystems.get_n_states — Methodget_n_states(value::IEEEST) -> Int64
Get IEEESTn_states.
PowerSystems.get_remote_bus_control — Methodget_remote_bus_control(value::IEEEST) -> Int64
Get IEEESTremote_bus_control.
PowerSystems.get_states — Methodget_states(value::IEEEST) -> Vector{Symbol}
Get IEEESTstates.
PowerSystems.get_states_types — Methodget_states_types(value::IEEEST) -> Vector{StateTypes}
Get IEEESTstates_types.
PowerSystems.set_A1! — Methodset_A1!(value::IEEEST, val) -> Any
Set IEEESTA1.
PowerSystems.set_A2! — Methodset_A2!(value::IEEEST, val) -> Any
Set IEEESTA2.
PowerSystems.set_A3! — Methodset_A3!(value::IEEEST, val) -> Any
Set IEEESTA3.
PowerSystems.set_A4! — Methodset_A4!(value::IEEEST, val) -> Any
Set IEEESTA4.
PowerSystems.set_A5! — Methodset_A5!(value::IEEEST, val) -> Any
Set IEEESTA5.
PowerSystems.set_A6! — Methodset_A6!(value::IEEEST, val) -> Any
Set IEEESTA6.
PowerSystems.set_Ks! — Methodset_Ks!(value::IEEEST, val) -> Any
Set IEEESTKs.
PowerSystems.set_Ls_lim! — Methodset_Ls_lim!(value::IEEEST, val) -> Any
Set IEEESTLs_lim.
PowerSystems.set_T1! — Methodset_T1!(value::IEEEST, val) -> Any
Set IEEESTT1.
PowerSystems.set_T2! — Methodset_T2!(value::IEEEST, val) -> Any
Set IEEESTT2.
PowerSystems.set_T3! — Methodset_T3!(value::IEEEST, val) -> Any
Set IEEESTT3.
PowerSystems.set_T4! — Methodset_T4!(value::IEEEST, val) -> Any
Set IEEESTT4.
PowerSystems.set_T5! — Methodset_T5!(value::IEEEST, val) -> Any
Set IEEESTT5.
PowerSystems.set_T6! — Methodset_T6!(value::IEEEST, val) -> Any
Set IEEESTT6.
PowerSystems.set_Vcl! — Methodset_Vcl!(value::IEEEST, val) -> Any
Set IEEESTVcl.
PowerSystems.set_Vcu! — Methodset_Vcu!(value::IEEEST, val) -> Any
Set IEEESTVcu.
PowerSystems.set_ext! — Methodset_ext!(value::IEEEST, val) -> Any
Set IEEESText.
PowerSystems.set_input_code! — Methodset_input_code!(value::IEEEST, val) -> Any
Set IEEESTinput_code.
PowerSystems.set_remote_bus_control! — Methodset_remote_bus_control!(value::IEEEST, val) -> Any
Set IEEESTremote_bus_control.
PowerSystems.set_states_types! — Methodset_states_types!(value::IEEEST, val) -> Any
Set IEEESTstates_types.
PSS2A
PowerSystems.PSS2A — Typemutable struct PSS2A <: PSS
input_code_1::Int
remote_bus_control_1::Int
input_code_2::Int
remote_bus_control_2::Int
M_rtf::Int
N_rtf::Int
Tw1::Float64
Tw2::Float64
T6::Float64
Tw3::Float64
Tw4::Float64
T7::Float64
Ks2::Float64
Ks3::Float64
T8::Float64
T9::Float64
Ks1::Float64
T1::Float64
T2::Float64
T3::Float64
T4::Float64
Vst_lim::Tuple{Float64, Float64}
ext::Dict{String, Any}
states::Vector{Symbol}
n_states::Int
states_types::Vector{StateTypes}
internal::InfrastructureSystemsInternal
endIEEE Dual-Input Stabilizer Model
Arguments
input_code_1::Int: First Input Code for stabilizer, validation range:(1, 6)remote_bus_control_1::Int: First Input remote bus identificationnumberfor control.0identifies the local bus connected to this componentinput_code_2::Int: Second Input Code for stabilizer, validation range:(1, 6)remote_bus_control_2::Int: Second Input remote bus identificationnumberfor control.0identifies the local bus connected to this componentM_rtf::Int: M parameter for ramp tracking filter, validation range:(0, 8)N_rtf::Int: N parameter for ramp tracking filter, validation range:(0, 8)Tw1::Float64: Time constant for first washout filter for first input, validation range:(eps(), nothing)Tw2::Float64: Time constant for second washout filter for first input, validation range:(0, nothing)T6::Float64: Time constant for low-pass filter for first input, validation range:(0, nothing)Tw3::Float64: Time constant for first washout filter for second input, validation range:(eps(), nothing)Tw4::Float64: Time constant for second washout filter for second input, validation range:(0, nothing)T7::Float64: Time constant for low-pass filter for second input, validation range:(0, nothing)Ks2::Float64: Gain for low-pass filter for second input, validation range:(0, nothing)Ks3::Float64: Gain for second input, validation range:(0, nothing)T8::Float64: Time constant for ramp tracking filter, validation range:(0, nothing)T9::Float64: Time constant for ramp tracking filter, validation range:(eps(), nothing)Ks1::Float64: Gain before lead-lag blocks, validation range:(0, nothing)T1::Float64: Time constant for first lead-lag block, validation range:(0, nothing)T2::Float64: Time constant for first lead-lag block, validation range:(0, nothing)T3::Float64: Time constant for second lead-lag block, validation range:(0, nothing)T4::Float64: Time constant for second lead-lag block, validation range:(0, nothing)Vst_lim::Tuple{Float64, Float64}: PSS output limits(Vst_min, Vst_max)ext::Dict{String, Any}: (default:Dict{String, Any}()) An extra dictionary for users to add metadata that are not used in simulation.states::Vector{Symbol}: (Do not modify.) The states are:
x_p1: 1st washout 1st input,
x_p2: 2nd washout 1st input,
x_p3: transducer 1st input,
x_p4: 1st washout 2nd input,
x_p5: 2nd washout 2nd input,
x_p6: transducer 2nd input,
x_p7: ramp tracking filter state 1,
x_p8: ramp tracking filter state 2,
x_p9: ramp tracking filter state 3,
x_p10: ramp tracking filter state 4,
x_p11: ramp tracking filter state 5,
x_p12: ramp tracking filter state 6,
x_p13: ramp tracking filter state 7,
x_p14: ramp tracking filter state 8,
x_p15: 1st lead-lag,
x_p16: 2nd lead-lag,n_states::Int: (Do not modify.) IEEEST has 16 statesstates_types::Vector{StateTypes}: (Do not modify.) IEEEST has 16 differentialstatesinternal::InfrastructureSystemsInternal: (Do not modify.) PowerSystems.jl internal reference
PowerSystems.get_Ks1 — Methodget_Ks1(value::PSS2A) -> Float64
Get PSS2AKs1.
PowerSystems.get_Ks2 — Methodget_Ks2(value::PSS2A) -> Float64
Get PSS2AKs2.
PowerSystems.get_Ks3 — Methodget_Ks3(value::PSS2A) -> Float64
Get PSS2AKs3.
PowerSystems.get_M_rtf — Methodget_M_rtf(value::PSS2A) -> Int64
Get PSS2AM_rtf.
PowerSystems.get_N_rtf — Methodget_N_rtf(value::PSS2A) -> Int64
Get PSS2AN_rtf.
PowerSystems.get_T1 — Methodget_T1(value::PSS2A) -> Float64
Get PSS2AT1.
PowerSystems.get_T2 — Methodget_T2(value::PSS2A) -> Float64
Get PSS2AT2.
PowerSystems.get_T3 — Methodget_T3(value::PSS2A) -> Float64
Get PSS2AT3.
PowerSystems.get_T4 — Methodget_T4(value::PSS2A) -> Float64
Get PSS2AT4.
PowerSystems.get_T6 — Methodget_T6(value::PSS2A) -> Float64
Get PSS2AT6.
PowerSystems.get_T7 — Methodget_T7(value::PSS2A) -> Float64
Get PSS2AT7.
PowerSystems.get_T8 — Methodget_T8(value::PSS2A) -> Float64
Get PSS2AT8.
PowerSystems.get_T9 — Methodget_T9(value::PSS2A) -> Float64
Get PSS2AT9.
PowerSystems.get_Tw1 — Methodget_Tw1(value::PSS2A) -> Float64
Get PSS2ATw1.
PowerSystems.get_Tw2 — Methodget_Tw2(value::PSS2A) -> Float64
Get PSS2ATw2.
PowerSystems.get_Tw3 — Methodget_Tw3(value::PSS2A) -> Float64
Get PSS2ATw3.
PowerSystems.get_Tw4 — Methodget_Tw4(value::PSS2A) -> Float64
Get PSS2ATw4.
PowerSystems.get_Vst_lim — Methodget_Vst_lim(value::PSS2A) -> Tuple{Float64, Float64}
Get PSS2AVst_lim.
PowerSystems.get_ext — Methodget_ext(value::PSS2A) -> Dict{String, Any}
Get PSS2Aext.
PowerSystems.get_input_code_1 — Methodget_input_code_1(value::PSS2A) -> Int64
Get PSS2Ainput_code_1.
PowerSystems.get_input_code_2 — Methodget_input_code_2(value::PSS2A) -> Int64
Get PSS2Ainput_code_2.
PowerSystems.get_n_states — Methodget_n_states(value::PSS2A) -> Int64
Get PSS2An_states.
PowerSystems.get_remote_bus_control_1 — Methodget_remote_bus_control_1(value::PSS2A) -> Int64
Get PSS2Aremote_bus_control_1.
PowerSystems.get_remote_bus_control_2 — Methodget_remote_bus_control_2(value::PSS2A) -> Int64
Get PSS2Aremote_bus_control_2.
PowerSystems.get_states — Methodget_states(value::PSS2A) -> Vector{Symbol}
Get PSS2Astates.
PowerSystems.get_states_types — Methodget_states_types(value::PSS2A) -> Vector{StateTypes}
Get PSS2Astates_types.
PowerSystems.set_Ks1! — Methodset_Ks1!(value::PSS2A, val) -> Any
Set PSS2AKs1.
PowerSystems.set_Ks2! — Methodset_Ks2!(value::PSS2A, val) -> Any
Set PSS2AKs2.
PowerSystems.set_Ks3! — Methodset_Ks3!(value::PSS2A, val) -> Any
Set PSS2AKs3.
PowerSystems.set_M_rtf! — Methodset_M_rtf!(value::PSS2A, val) -> Any
Set PSS2AM_rtf.
PowerSystems.set_N_rtf! — Methodset_N_rtf!(value::PSS2A, val) -> Any
Set PSS2AN_rtf.
PowerSystems.set_T1! — Methodset_T1!(value::PSS2A, val) -> Any
Set PSS2AT1.
PowerSystems.set_T2! — Methodset_T2!(value::PSS2A, val) -> Any
Set PSS2AT2.
PowerSystems.set_T3! — Methodset_T3!(value::PSS2A, val) -> Any
Set PSS2AT3.
PowerSystems.set_T4! — Methodset_T4!(value::PSS2A, val) -> Any
Set PSS2AT4.
PowerSystems.set_T6! — Methodset_T6!(value::PSS2A, val) -> Any
Set PSS2AT6.
PowerSystems.set_T7! — Methodset_T7!(value::PSS2A, val) -> Any
Set PSS2AT7.
PowerSystems.set_T8! — Methodset_T8!(value::PSS2A, val) -> Any
Set PSS2AT8.
PowerSystems.set_T9! — Methodset_T9!(value::PSS2A, val) -> Any
Set PSS2AT9.
PowerSystems.set_Tw1! — Methodset_Tw1!(value::PSS2A, val) -> Any
Set PSS2ATw1.
PowerSystems.set_Tw2! — Methodset_Tw2!(value::PSS2A, val) -> Any
Set PSS2ATw2.
PowerSystems.set_Tw3! — Methodset_Tw3!(value::PSS2A, val) -> Any
Set PSS2ATw3.
PowerSystems.set_Tw4! — Methodset_Tw4!(value::PSS2A, val) -> Any
Set PSS2ATw4.
PowerSystems.set_Vst_lim! — Methodset_Vst_lim!(value::PSS2A, val) -> Any
Set PSS2AVst_lim.
PowerSystems.set_ext! — Methodset_ext!(value::PSS2A, val) -> Any
Set PSS2Aext.
PowerSystems.set_input_code_1! — Methodset_input_code_1!(value::PSS2A, val) -> Any
Set PSS2Ainput_code_1.
PowerSystems.set_input_code_2! — Methodset_input_code_2!(value::PSS2A, val) -> Any
Set PSS2Ainput_code_2.
PowerSystems.set_remote_bus_control_1! — Methodset_remote_bus_control_1!(value::PSS2A, val) -> Any
Set PSS2Aremote_bus_control_1.
PowerSystems.set_remote_bus_control_2! — Methodset_remote_bus_control_2!(value::PSS2A, val) -> Any
Set PSS2Aremote_bus_control_2.
PowerSystems.set_states_types! — Methodset_states_types!(value::PSS2A, val) -> Any
Set PSS2Astates_types.
PSS2B
PowerSystems.PSS2B — Typemutable struct PSS2B <: PSS
input_code_1::Int
remote_bus_control_1::Int
input_code_2::Int
remote_bus_control_2::Int
M_rtf::Int
N_rtf::Int
Tw1::Float64
Tw2::Float64
T6::Float64
Tw3::Float64
Tw4::Float64
T7::Float64
Ks2::Float64
Ks3::Float64
T8::Float64
T9::Float64
Ks1::Float64
T1::Float64
T2::Float64
T3::Float64
T4::Float64
T10::Float64
T11::Float64
Vs1_lim::Tuple{Float64, Float64}
Vs2_lim::Tuple{Float64, Float64}
Vst_lim::Tuple{Float64, Float64}
ext::Dict{String, Any}
states::Vector{Symbol}
n_states::Int
states_types::Vector{StateTypes}
internal::InfrastructureSystemsInternal
endIEEE 421.5 2005 PSS2B IEEE Dual-Input Stabilizer Model
Arguments
input_code_1::Int: First Input Code for stabilizer, validation range:(1, 6)remote_bus_control_1::Int: First Input remote bus identificationnumberfor control.0identifies the local bus connected to this componentinput_code_2::Int: Second Input Code for stabilizer, validation range:(1, 6)remote_bus_control_2::Int: Second Input remote bus identificationnumberfor control.0identifies the local bus connected to this componentM_rtf::Int: M parameter for ramp tracking filter, validation range:(0, 8)N_rtf::Int: N parameter for ramp tracking filter, validation range:(0, 8)Tw1::Float64: Time constant for first washout filter for first input, validation range:(eps(), nothing)Tw2::Float64: Time constant for second washout filter for first input, validation range:(0, nothing)T6::Float64: Time constant for low-pass filter for first input, validation range:(0, nothing)Tw3::Float64: Time constant for first washout filter for second input, validation range:(eps(), nothing)Tw4::Float64: Time constant for second washout filter for second input, validation range:(0, nothing)T7::Float64: Time constant for low-pass filter for second input, validation range:(0, nothing)Ks2::Float64: Gain for low-pass filter for second input, validation range:(0, nothing)Ks3::Float64: Gain for second input, validation range:(0, nothing)T8::Float64: Time constant for ramp tracking filter, validation range:(0, nothing)T9::Float64: Time constant for ramp tracking filter, validation range:(eps(), nothing)Ks1::Float64: Gain before lead-lag blocks, validation range:(0, nothing)T1::Float64: Time constant for first lead-lag block, validation range:(0, nothing)T2::Float64: Time constant for first lead-lag block, validation range:(0, nothing)T3::Float64: Time constant for second lead-lag block, validation range:(0, nothing)T4::Float64: Time constant for second lead-lag block, validation range:(0, nothing)T10::Float64: Time constant for third lead-lag block, validation range:(0, nothing)T11::Float64: Time constant for third lead-lag block, validation range:(0, nothing)Vs1_lim::Tuple{Float64, Float64}: First input limits(Vs1_min, Vs1_max)Vs2_lim::Tuple{Float64, Float64}: Second input limits(Vs2_min, Vs2_max)Vst_lim::Tuple{Float64, Float64}: PSS output limits(Vst_min, Vst_max)ext::Dict{String, Any}: (default:Dict{String, Any}()) An extra dictionary for users to add metadata that are not used in simulation.states::Vector{Symbol}: (Do not modify.) The states are:
x_p1: 1st washout 1st input,
x_p2: 2nd washout 1st input,
x_p3: transducer 1st input,
x_p4: 1st washout 2nd input,
x_p5: 2nd washout 2nd input,
x_p6: transducer 2nd input,
x_p7: ramp tracking filter state 1,
x_p8: ramp tracking filter state 2,
x_p9: ramp tracking filter state 3,
x_p10: ramp tracking filter state 4,
x_p11: ramp tracking filter state 5,
x_p12: ramp tracking filter state 6,
x_p13: ramp tracking filter state 7,
x_p14: ramp tracking filter state 8,
x_p15: 1st lead-lag,
x_p16: 2nd lead-lag,
x_p17: 3rd lead-lag,n_states::Int: (Do not modify.) IEEEST has 17 statesstates_types::Vector{StateTypes}: (Do not modify.) IEEEST has 17 differentialstatesinternal::InfrastructureSystemsInternal: (Do not modify.) PowerSystems.jl internal reference
PowerSystems.get_Ks1 — Methodget_Ks1(value::PSS2B) -> Float64
Get PSS2BKs1.
PowerSystems.get_Ks2 — Methodget_Ks2(value::PSS2B) -> Float64
Get PSS2BKs2.
PowerSystems.get_Ks3 — Methodget_Ks3(value::PSS2B) -> Float64
Get PSS2BKs3.
PowerSystems.get_M_rtf — Methodget_M_rtf(value::PSS2B) -> Int64
Get PSS2BM_rtf.
PowerSystems.get_N_rtf — Methodget_N_rtf(value::PSS2B) -> Int64
Get PSS2BN_rtf.
PowerSystems.get_T1 — Methodget_T1(value::PSS2B) -> Float64
Get PSS2BT1.
PowerSystems.get_T10 — Methodget_T10(value::PSS2B) -> Float64
Get PSS2BT10.
PowerSystems.get_T11 — Methodget_T11(value::PSS2B) -> Float64
Get PSS2BT11.
PowerSystems.get_T2 — Methodget_T2(value::PSS2B) -> Float64
Get PSS2BT2.
PowerSystems.get_T3 — Methodget_T3(value::PSS2B) -> Float64
Get PSS2BT3.
PowerSystems.get_T4 — Methodget_T4(value::PSS2B) -> Float64
Get PSS2BT4.
PowerSystems.get_T6 — Methodget_T6(value::PSS2B) -> Float64
Get PSS2BT6.
PowerSystems.get_T7 — Methodget_T7(value::PSS2B) -> Float64
Get PSS2BT7.
PowerSystems.get_T8 — Methodget_T8(value::PSS2B) -> Float64
Get PSS2BT8.
PowerSystems.get_T9 — Methodget_T9(value::PSS2B) -> Float64
Get PSS2BT9.
PowerSystems.get_Tw1 — Methodget_Tw1(value::PSS2B) -> Float64
Get PSS2BTw1.
PowerSystems.get_Tw2 — Methodget_Tw2(value::PSS2B) -> Float64
Get PSS2BTw2.
PowerSystems.get_Tw3 — Methodget_Tw3(value::PSS2B) -> Float64
Get PSS2BTw3.
PowerSystems.get_Tw4 — Methodget_Tw4(value::PSS2B) -> Float64
Get PSS2BTw4.
PowerSystems.get_Vs1_lim — Methodget_Vs1_lim(value::PSS2B) -> Tuple{Float64, Float64}
Get PSS2BVs1_lim.
PowerSystems.get_Vs2_lim — Methodget_Vs2_lim(value::PSS2B) -> Tuple{Float64, Float64}
Get PSS2BVs2_lim.
PowerSystems.get_Vst_lim — Methodget_Vst_lim(value::PSS2B) -> Tuple{Float64, Float64}
Get PSS2BVst_lim.
PowerSystems.get_ext — Methodget_ext(value::PSS2B) -> Dict{String, Any}
Get PSS2Bext.
PowerSystems.get_input_code_1 — Methodget_input_code_1(value::PSS2B) -> Int64
Get PSS2Binput_code_1.
PowerSystems.get_input_code_2 — Methodget_input_code_2(value::PSS2B) -> Int64
Get PSS2Binput_code_2.
PowerSystems.get_n_states — Methodget_n_states(value::PSS2B) -> Int64
Get PSS2Bn_states.
PowerSystems.get_remote_bus_control_1 — Methodget_remote_bus_control_1(value::PSS2B) -> Int64
Get PSS2Bremote_bus_control_1.
PowerSystems.get_remote_bus_control_2 — Methodget_remote_bus_control_2(value::PSS2B) -> Int64
Get PSS2Bremote_bus_control_2.
PowerSystems.get_states — Methodget_states(value::PSS2B) -> Vector{Symbol}
Get PSS2Bstates.
PowerSystems.get_states_types — Methodget_states_types(value::PSS2B) -> Vector{StateTypes}
Get PSS2Bstates_types.
PowerSystems.set_Ks1! — Methodset_Ks1!(value::PSS2B, val) -> Any
Set PSS2BKs1.
PowerSystems.set_Ks2! — Methodset_Ks2!(value::PSS2B, val) -> Any
Set PSS2BKs2.
PowerSystems.set_Ks3! — Methodset_Ks3!(value::PSS2B, val) -> Any
Set PSS2BKs3.
PowerSystems.set_M_rtf! — Methodset_M_rtf!(value::PSS2B, val) -> Any
Set PSS2BM_rtf.
PowerSystems.set_N_rtf! — Methodset_N_rtf!(value::PSS2B, val) -> Any
Set PSS2BN_rtf.
PowerSystems.set_T1! — Methodset_T1!(value::PSS2B, val) -> Any
Set PSS2BT1.
PowerSystems.set_T10! — Methodset_T10!(value::PSS2B, val) -> Any
Set PSS2BT10.
PowerSystems.set_T11! — Methodset_T11!(value::PSS2B, val) -> Any
Set PSS2BT11.
PowerSystems.set_T2! — Methodset_T2!(value::PSS2B, val) -> Any
Set PSS2BT2.
PowerSystems.set_T3! — Methodset_T3!(value::PSS2B, val) -> Any
Set PSS2BT3.
PowerSystems.set_T4! — Methodset_T4!(value::PSS2B, val) -> Any
Set PSS2BT4.
PowerSystems.set_T6! — Methodset_T6!(value::PSS2B, val) -> Any
Set PSS2BT6.
PowerSystems.set_T7! — Methodset_T7!(value::PSS2B, val) -> Any
Set PSS2BT7.
PowerSystems.set_T8! — Methodset_T8!(value::PSS2B, val) -> Any
Set PSS2BT8.
PowerSystems.set_T9! — Methodset_T9!(value::PSS2B, val) -> Any
Set PSS2BT9.
PowerSystems.set_Tw1! — Methodset_Tw1!(value::PSS2B, val) -> Any
Set PSS2BTw1.
PowerSystems.set_Tw2! — Methodset_Tw2!(value::PSS2B, val) -> Any
Set PSS2BTw2.
PowerSystems.set_Tw3! — Methodset_Tw3!(value::PSS2B, val) -> Any
Set PSS2BTw3.
PowerSystems.set_Tw4! — Methodset_Tw4!(value::PSS2B, val) -> Any
Set PSS2BTw4.
PowerSystems.set_Vs1_lim! — Methodset_Vs1_lim!(value::PSS2B, val) -> Any
Set PSS2BVs1_lim.
PowerSystems.set_Vs2_lim! — Methodset_Vs2_lim!(value::PSS2B, val) -> Any
Set PSS2BVs2_lim.
PowerSystems.set_Vst_lim! — Methodset_Vst_lim!(value::PSS2B, val) -> Any
Set PSS2BVst_lim.
PowerSystems.set_ext! — Methodset_ext!(value::PSS2B, val) -> Any
Set PSS2Bext.
PowerSystems.set_input_code_1! — Methodset_input_code_1!(value::PSS2B, val) -> Any
Set PSS2Binput_code_1.
PowerSystems.set_input_code_2! — Methodset_input_code_2!(value::PSS2B, val) -> Any
Set PSS2Binput_code_2.
PowerSystems.set_remote_bus_control_1! — Methodset_remote_bus_control_1!(value::PSS2B, val) -> Any
Set PSS2Bremote_bus_control_1.
PowerSystems.set_remote_bus_control_2! — Methodset_remote_bus_control_2!(value::PSS2B, val) -> Any
Set PSS2Bremote_bus_control_2.
PowerSystems.set_states_types! — Methodset_states_types!(value::PSS2B, val) -> Any
Set PSS2Bstates_types.
PSS2C
PowerSystems.PSS2C — Typemutable struct PSS2C <: PSS
input_code_1::Int
remote_bus_control_1::Int
input_code_2::Int
remote_bus_control_2::Int
M_rtf::Int
N_rtf::Int
Tw1::Float64
Tw2::Float64
T6::Float64
Tw3::Float64
Tw4::Float64
T7::Float64
Ks2::Float64
Ks3::Float64
T8::Float64
T9::Float64
Ks1::Float64
T1::Float64
T2::Float64
T3::Float64
T4::Float64
T10::Float64
T11::Float64
Vs1_lim::Tuple{Float64, Float64}
Vs2_lim::Tuple{Float64, Float64}
Vst_lim::Tuple{Float64, Float64}
T12::Float64
T13::Float64
PSS_Hysteresis_param::Tuple{Float64, Float64}
Xcomp::Float64
Tcomp::Float64
hysteresis_binary_logic::Int
ext::Dict{String, Any}
states::Vector{Symbol}
n_states::Int
states_types::Vector{StateTypes}
internal::InfrastructureSystemsInternal
endIEEE 421.5 2016 PSS2C IEEE Dual-Input Stabilizer Model
Arguments
input_code_1::Int: First Input Code for stabilizer, validation range:(1, 7)remote_bus_control_1::Int: First Input remote bus identificationnumberfor control.0identifies the local bus connected to this componentinput_code_2::Int: Second Input Code for stabilizer, validation range:(1, 6)remote_bus_control_2::Int: Second Input remote bus identificationnumberfor control.0identifies the local bus connected to this componentM_rtf::Int: M parameter for ramp tracking filter, validation range:(0, 8)N_rtf::Int: N parameter for ramp tracking filter, validation range:(0, 8)Tw1::Float64: Time constant for first washout filter for first input, validation range:(eps(), nothing)Tw2::Float64: Time constant for second washout filter for first input, validation range:(0, nothing)T6::Float64: Time constant for low-pass filter for first input, validation range:(0, nothing)Tw3::Float64: Time constant for first washout filter for second input, validation range:(eps(), nothing)Tw4::Float64: Time constant for second washout filter for second input, validation range:(0, nothing)T7::Float64: Time constant for low-pass filter for second input, validation range:(0, nothing)Ks2::Float64: Gain for low-pass filter for second input, validation range:(0, nothing)Ks3::Float64: Gain for second input, validation range:(0, nothing)T8::Float64: Time constant for ramp tracking filter, validation range:(0, nothing)T9::Float64: Time constant for ramp tracking filter, validation range:(eps(), nothing)Ks1::Float64: Gain before lead-lag blocks, validation range:(0, nothing)T1::Float64: Time constant for first lead-lag block, validation range:(0, nothing)T2::Float64: Time constant for first lead-lag block, validation range:(0, nothing)T3::Float64: Time constant for second lead-lag block, validation range:(0, nothing)T4::Float64: Time constant for second lead-lag block, validation range:(0, nothing)T10::Float64: Time constant for third lead-lag block, validation range:(0, nothing)T11::Float64: Time constant for third lead-lag block, validation range:(0, nothing)Vs1_lim::Tuple{Float64, Float64}: First input limits(Vs1_min, Vs1_max)Vs2_lim::Tuple{Float64, Float64}: Second input limits(Vs2_min, Vs2_max)Vst_lim::Tuple{Float64, Float64}: PSS output limits(Vst_min, Vst_max)T12::Float64: Time constant for fourth lead-lag block, validation range:(0, nothing)T13::Float64: Time constant for fourth lead-lag block, validation range:(0, nothing)PSS_Hysteresis_param::Tuple{Float64, Float64}: PSS output hysteresis parameters(PSSOFF, PSSON)Xcomp::Float64: Stator Leakage Reactance, validation range:(0, nothing)Tcomp::Float64: Time measured with compensated frequency, validation range:(eps(), nothing)hysteresis_binary_logic::Int: (default:1) Hysteresis memory variableext::Dict{String, Any}: (default:Dict{String, Any}()) An extra dictionary for users to add metadata that are not used in simulation.states::Vector{Symbol}: (Do not modify.) The states are:
x_p1: 1st washout 1st input,
x_p2: 2nd washout 1st input,
x_p3: transducer 1st input,
x_p4: 1st washout 2nd input,
x_p5: 2nd washout 2nd input,
x_p6: transducer 2nd input,
x_p7: ramp tracking filter state 1,
x_p8: ramp tracking filter state 2,
x_p9: ramp tracking filter state 3,
x_p10: ramp tracking filter state 4,
x_p11: ramp tracking filter state 5,
x_p12: ramp tracking filter state 6,
x_p13: ramp tracking filter state 7,
x_p14: ramp tracking filter state 8,
x_p15: 1st lead-lag,
x_p16: 2nd lead-lag,
x_p17: 3rd lead-lag,
x_p18: 4th lead-lag,
x_p19: washout block for compensated frequency,n_states::Int: (Do not modify.) IEEEST has 19 statesstates_types::Vector{StateTypes}: (Do not modify.) IEEEST has 19 differentialstatesinternal::InfrastructureSystemsInternal: (Do not modify.) PowerSystems.jl internal reference
PowerSystems.get_Ks1 — Methodget_Ks1(value::PSS2C) -> Float64
Get PSS2CKs1.
PowerSystems.get_Ks2 — Methodget_Ks2(value::PSS2C) -> Float64
Get PSS2CKs2.
PowerSystems.get_Ks3 — Methodget_Ks3(value::PSS2C) -> Float64
Get PSS2CKs3.
PowerSystems.get_M_rtf — Methodget_M_rtf(value::PSS2C) -> Int64
Get PSS2CM_rtf.
PowerSystems.get_N_rtf — Methodget_N_rtf(value::PSS2C) -> Int64
Get PSS2CN_rtf.
PowerSystems.get_PSS_Hysteresis_param — Methodget_PSS_Hysteresis_param(
value::PSS2C
) -> Tuple{Float64, Float64}
Get PSS2CPSS_Hysteresis_param.
PowerSystems.get_T1 — Methodget_T1(value::PSS2C) -> Float64
Get PSS2CT1.
PowerSystems.get_T10 — Methodget_T10(value::PSS2C) -> Float64
Get PSS2CT10.
PowerSystems.get_T11 — Methodget_T11(value::PSS2C) -> Float64
Get PSS2CT11.
PowerSystems.get_T12 — Methodget_T12(value::PSS2C) -> Float64
Get PSS2CT12.
PowerSystems.get_T13 — Methodget_T13(value::PSS2C) -> Float64
Get PSS2CT13.
PowerSystems.get_T2 — Methodget_T2(value::PSS2C) -> Float64
Get PSS2CT2.
PowerSystems.get_T3 — Methodget_T3(value::PSS2C) -> Float64
Get PSS2CT3.
PowerSystems.get_T4 — Methodget_T4(value::PSS2C) -> Float64
Get PSS2CT4.
PowerSystems.get_T6 — Methodget_T6(value::PSS2C) -> Float64
Get PSS2CT6.
PowerSystems.get_T7 — Methodget_T7(value::PSS2C) -> Float64
Get PSS2CT7.
PowerSystems.get_T8 — Methodget_T8(value::PSS2C) -> Float64
Get PSS2CT8.
PowerSystems.get_T9 — Methodget_T9(value::PSS2C) -> Float64
Get PSS2CT9.
PowerSystems.get_Tcomp — Methodget_Tcomp(value::PSS2C) -> Float64
Get PSS2CTcomp.
PowerSystems.get_Tw1 — Methodget_Tw1(value::PSS2C) -> Float64
Get PSS2CTw1.
PowerSystems.get_Tw2 — Methodget_Tw2(value::PSS2C) -> Float64
Get PSS2CTw2.
PowerSystems.get_Tw3 — Methodget_Tw3(value::PSS2C) -> Float64
Get PSS2CTw3.
PowerSystems.get_Tw4 — Methodget_Tw4(value::PSS2C) -> Float64
Get PSS2CTw4.
PowerSystems.get_Vs1_lim — Methodget_Vs1_lim(value::PSS2C) -> Tuple{Float64, Float64}
Get PSS2CVs1_lim.
PowerSystems.get_Vs2_lim — Methodget_Vs2_lim(value::PSS2C) -> Tuple{Float64, Float64}
Get PSS2CVs2_lim.
PowerSystems.get_Vst_lim — Methodget_Vst_lim(value::PSS2C) -> Tuple{Float64, Float64}
Get PSS2CVst_lim.
PowerSystems.get_Xcomp — Methodget_Xcomp(value::PSS2C) -> Float64
Get PSS2CXcomp.
PowerSystems.get_ext — Methodget_ext(value::PSS2C) -> Dict{String, Any}
Get PSS2Cext.
PowerSystems.get_hysteresis_binary_logic — Methodget_hysteresis_binary_logic(value::PSS2C) -> Int64
Get PSS2Chysteresis_binary_logic.
PowerSystems.get_input_code_1 — Methodget_input_code_1(value::PSS2C) -> Int64
Get PSS2Cinput_code_1.
PowerSystems.get_input_code_2 — Methodget_input_code_2(value::PSS2C) -> Int64
Get PSS2Cinput_code_2.
PowerSystems.get_n_states — Methodget_n_states(value::PSS2C) -> Int64
Get PSS2Cn_states.
PowerSystems.get_remote_bus_control_1 — Methodget_remote_bus_control_1(value::PSS2C) -> Int64
Get PSS2Cremote_bus_control_1.
PowerSystems.get_remote_bus_control_2 — Methodget_remote_bus_control_2(value::PSS2C) -> Int64
Get PSS2Cremote_bus_control_2.
PowerSystems.get_states — Methodget_states(value::PSS2C) -> Vector{Symbol}
Get PSS2Cstates.
PowerSystems.get_states_types — Methodget_states_types(value::PSS2C) -> Vector{StateTypes}
Get PSS2Cstates_types.
PowerSystems.set_Ks1! — Methodset_Ks1!(value::PSS2C, val) -> Any
Set PSS2CKs1.
PowerSystems.set_Ks2! — Methodset_Ks2!(value::PSS2C, val) -> Any
Set PSS2CKs2.
PowerSystems.set_Ks3! — Methodset_Ks3!(value::PSS2C, val) -> Any
Set PSS2CKs3.
PowerSystems.set_M_rtf! — Methodset_M_rtf!(value::PSS2C, val) -> Any
Set PSS2CM_rtf.
PowerSystems.set_N_rtf! — Methodset_N_rtf!(value::PSS2C, val) -> Any
Set PSS2CN_rtf.
PowerSystems.set_PSS_Hysteresis_param! — Methodset_PSS_Hysteresis_param!(value::PSS2C, val) -> Any
Set PSS2CPSS_Hysteresis_param.
PowerSystems.set_T1! — Methodset_T1!(value::PSS2C, val) -> Any
Set PSS2CT1.
PowerSystems.set_T10! — Methodset_T10!(value::PSS2C, val) -> Any
Set PSS2CT10.
PowerSystems.set_T11! — Methodset_T11!(value::PSS2C, val) -> Any
Set PSS2CT11.
PowerSystems.set_T12! — Methodset_T12!(value::PSS2C, val) -> Any
Set PSS2CT12.
PowerSystems.set_T13! — Methodset_T13!(value::PSS2C, val) -> Any
Set PSS2CT13.
PowerSystems.set_T2! — Methodset_T2!(value::PSS2C, val) -> Any
Set PSS2CT2.
PowerSystems.set_T3! — Methodset_T3!(value::PSS2C, val) -> Any
Set PSS2CT3.
PowerSystems.set_T4! — Methodset_T4!(value::PSS2C, val) -> Any
Set PSS2CT4.
PowerSystems.set_T6! — Methodset_T6!(value::PSS2C, val) -> Any
Set PSS2CT6.
PowerSystems.set_T7! — Methodset_T7!(value::PSS2C, val) -> Any
Set PSS2CT7.
PowerSystems.set_T8! — Methodset_T8!(value::PSS2C, val) -> Any
Set PSS2CT8.
PowerSystems.set_T9! — Methodset_T9!(value::PSS2C, val) -> Any
Set PSS2CT9.
PowerSystems.set_Tcomp! — Methodset_Tcomp!(value::PSS2C, val) -> Any
Set PSS2CTcomp.
PowerSystems.set_Tw1! — Methodset_Tw1!(value::PSS2C, val) -> Any
Set PSS2CTw1.
PowerSystems.set_Tw2! — Methodset_Tw2!(value::PSS2C, val) -> Any
Set PSS2CTw2.
PowerSystems.set_Tw3! — Methodset_Tw3!(value::PSS2C, val) -> Any
Set PSS2CTw3.
PowerSystems.set_Tw4! — Methodset_Tw4!(value::PSS2C, val) -> Any
Set PSS2CTw4.
PowerSystems.set_Vs1_lim! — Methodset_Vs1_lim!(value::PSS2C, val) -> Any
Set PSS2CVs1_lim.
PowerSystems.set_Vs2_lim! — Methodset_Vs2_lim!(value::PSS2C, val) -> Any
Set PSS2CVs2_lim.
PowerSystems.set_Vst_lim! — Methodset_Vst_lim!(value::PSS2C, val) -> Any
Set PSS2CVst_lim.
PowerSystems.set_Xcomp! — Methodset_Xcomp!(value::PSS2C, val) -> Any
Set PSS2CXcomp.
PowerSystems.set_ext! — Methodset_ext!(value::PSS2C, val) -> Any
Set PSS2Cext.
PowerSystems.set_hysteresis_binary_logic! — Methodset_hysteresis_binary_logic!(value::PSS2C, val) -> Any
Set PSS2Chysteresis_binary_logic.
PowerSystems.set_input_code_1! — Methodset_input_code_1!(value::PSS2C, val) -> Any
Set PSS2Cinput_code_1.
PowerSystems.set_input_code_2! — Methodset_input_code_2!(value::PSS2C, val) -> Any
Set PSS2Cinput_code_2.
PowerSystems.set_remote_bus_control_1! — Methodset_remote_bus_control_1!(value::PSS2C, val) -> Any
Set PSS2Cremote_bus_control_1.
PowerSystems.set_remote_bus_control_2! — Methodset_remote_bus_control_2!(value::PSS2C, val) -> Any
Set PSS2Cremote_bus_control_2.
PowerSystems.set_states_types! — Methodset_states_types!(value::PSS2C, val) -> Any
Set PSS2Cstates_types.
PSSFixed
PowerSystems.PSSFixed — Typemutable struct PSSFixed <: PSS
V_pss::Float64
ext::Dict{String, Any}
states::Vector{Symbol}
n_states::Int
internal::InfrastructureSystemsInternal
endParameters of a PSS that returns a fixed voltage to add to the reference for the AVR
Arguments
V_pss::Float64: Fixed voltage stabilization signal in pu (DEVICE_BASE), validation range:(0, nothing)ext::Dict{String, Any}: (default:Dict{String, Any}()) An extra dictionary for users to add metadata that are not used in simulation.states::Vector{Symbol}: (Do not modify.) PSSFixed has no statesn_states::Int: (Do not modify.) PSSFixed has no statesinternal::InfrastructureSystemsInternal: (Do not modify.) PowerSystems.jl internal reference
PowerSystems.get_V_pss — Methodget_V_pss(value::PSSFixed) -> Float64
Get PSSFixedV_pss.
PowerSystems.get_ext — Methodget_ext(value::PSSFixed) -> Dict{String, Any}
Get PSSFixedext.
PowerSystems.get_n_states — Methodget_n_states(value::PSSFixed) -> Int64
Get PSSFixedn_states.
PowerSystems.get_states — Methodget_states(value::PSSFixed) -> Vector{Symbol}
Get PSSFixedstates.
PowerSystems.set_V_pss! — Methodset_V_pss!(value::PSSFixed, val) -> Any
Set PSSFixedV_pss.
PowerSystems.set_ext! — Methodset_ext!(value::PSSFixed, val) -> Any
Set PSSFixedext.
PSSSimple
PowerSystems.PSSSimple — Typemutable struct PSSSimple <: PSS
K_ω::Float64
K_p::Float64
ext::Dict{String, Any}
states::Vector{Symbol}
n_states::Int
internal::InfrastructureSystemsInternal
endParameters of a PSS that returns a proportional droop voltage to add to the reference for the AVR
Arguments
K_ω::Float64: Proportional gain for frequency, validation range:(0, nothing)K_p::Float64: Proportional gain for active power, validation range:(0, nothing)ext::Dict{String, Any}: (default:Dict{String, Any}()) An extra dictionary for users to add metadata that are not used in simulation.states::Vector{Symbol}: (Do not modify.) PSSSimple has no statesn_states::Int: (Do not modify.) PSSSimple has no statesinternal::InfrastructureSystemsInternal: (Do not modify.) PowerSystems.jl internal reference
PowerSystems.get_K_p — Methodget_K_p(value::PSSSimple) -> Float64
Get PSSSimpleK_p.
PowerSystems.get_K_ω — Methodget_K_ω(value::PSSSimple) -> Float64
Get PSSSimpleK_ω.
PowerSystems.get_ext — Methodget_ext(value::PSSSimple) -> Dict{String, Any}
Get PSSSimpleext.
PowerSystems.get_n_states — Methodget_n_states(value::PSSSimple) -> Int64
Get PSSSimplen_states.
PowerSystems.get_states — Methodget_states(value::PSSSimple) -> Vector{Symbol}
Get PSSSimplestates.
PowerSystems.set_K_p! — Methodset_K_p!(value::PSSSimple, val) -> Any
Set PSSSimpleK_p.
PowerSystems.set_K_ω! — Methodset_K_ω!(value::PSSSimple, val) -> Any
Set PSSSimpleK_ω.
PowerSystems.set_ext! — Methodset_ext!(value::PSSSimple, val) -> Any
Set PSSSimpleext.
STAB1
PowerSystems.STAB1 — Typemutable struct STAB1 <: PSS
KT::Float64
T::Float64
T1T3::Float64
T3::Float64
T2T4::Float64
T4::Float64
H_lim::Float64
ext::Dict{String, Any}
states::Vector{Symbol}
n_states::Int
states_types::Vector{StateTypes}
internal::InfrastructureSystemsInternal
endSpeed-Sensitive Stabilizing Model
Arguments
KT::Float64: K/T for washout filter, validation range:(0, nothing)T::Float64: Time constant for washout filter, validation range:(0.01, nothing)T1T3::Float64: Time constant division T1/T3, validation range:(0, nothing)T3::Float64: Time constant, validation range:(0.01, nothing)T2T4::Float64: Time constant division T2/T4, validation range:(0, nothing)T4::Float64: Time constant, validation range:(0.01, nothing)H_lim::Float64: PSS output limit, validation range:(0, 0.5)ext::Dict{String, Any}: (default:Dict{String, Any}()) An extra dictionary for users to add metadata that are not used in simulation.states::Vector{Symbol}: (Do not modify.) The states are:
x_p1: washout filter,
x_p2: T1/T3 lead-lag block,
x_p3: T2/T4 lead-lag block,n_states::Int: (Do not modify.) STAB1 has 3 statesstates_types::Vector{StateTypes}: (Do not modify.) STAB1 has 3 differentialstatesinternal::InfrastructureSystemsInternal: (Do not modify.) PowerSystems.jl internal reference
PowerSystems.get_H_lim — Methodget_H_lim(value::STAB1) -> Float64
Get STAB1H_lim.
PowerSystems.get_KT — Methodget_KT(value::STAB1) -> Float64
Get STAB1KT.
PowerSystems.get_T — Methodget_T(value::STAB1) -> Float64
Get STAB1T.
PowerSystems.get_T1T3 — Methodget_T1T3(value::STAB1) -> Float64
Get STAB1T1T3.
PowerSystems.get_T2T4 — Methodget_T2T4(value::STAB1) -> Float64
Get STAB1T2T4.
PowerSystems.get_T3 — Methodget_T3(value::STAB1) -> Float64
Get STAB1T3.
PowerSystems.get_T4 — Methodget_T4(value::STAB1) -> Float64
Get STAB1T4.
PowerSystems.get_ext — Methodget_ext(value::STAB1) -> Dict{String, Any}
Get STAB1ext.
PowerSystems.get_n_states — Methodget_n_states(value::STAB1) -> Int64
Get STAB1n_states.
PowerSystems.get_states — Methodget_states(value::STAB1) -> Vector{Symbol}
Get STAB1states.
PowerSystems.get_states_types — Methodget_states_types(value::STAB1) -> Vector{StateTypes}
Get STAB1states_types.
PowerSystems.set_H_lim! — Methodset_H_lim!(value::STAB1, val) -> Any
Set STAB1H_lim.
PowerSystems.set_KT! — Methodset_KT!(value::STAB1, val) -> Any
Set STAB1KT.
PowerSystems.set_T! — Methodset_T!(value::STAB1, val) -> Any
Set STAB1T.
PowerSystems.set_T1T3! — Methodset_T1T3!(value::STAB1, val) -> Any
Set STAB1T1T3.
PowerSystems.set_T2T4! — Methodset_T2T4!(value::STAB1, val) -> Any
Set STAB1T2T4.
PowerSystems.set_T3! — Methodset_T3!(value::STAB1, val) -> Any
Set STAB1T3.
PowerSystems.set_T4! — Methodset_T4!(value::STAB1, val) -> Any
Set STAB1T4.
PowerSystems.set_ext! — Methodset_ext!(value::STAB1, val) -> Any
Set STAB1ext.
PowerSystems.set_states_types! — Methodset_states_types!(value::STAB1, val) -> Any
Set STAB1states_types.