FACTSControlDevice
PowerSystems.FACTSControlDevice — Typemutable struct FACTSControlDevice <: StaticInjection
name::String
available::Bool
bus::ACBus
control_mode::Union{Nothing, FACTSOperationModes}
voltage_setpoint::Float64
max_shunt_current::Float64
max_reactive_power::Float64
shunt_control_type::FACTSShuntControlType
regulated_bus_number::Int
reactive_power_required::Float64
services::Vector{Service}
dynamic_injector::Union{Nothing, DynamicInjection}
ext::Dict{String, Any}
internal::InfrastructureSystemsInternal
endFacts control devices.
Most often used in AC power flow studies as a control of voltage and, active and reactive power.
Arguments
name::String: Name of the component. Components of the same type (e.g.,PowerLoad) must have unique names, but components of different types (e.g.,PowerLoadandACBus) can have the same nameavailable::Bool: Indicator of whether the component is connected and online (true) or disconnected, offline, or down (false). Unavailable components are excluded during simulationsbus::ACBus: The sending-endACBuscontrol_mode::Union{Nothing, FACTSOperationModes}: Control mode. Used to describe the behavior of the control device. SeeFACTSOperationModes.voltage_setpoint::Float64: (default:1.0) Voltage setpoint at the sending end bus, it has to be aPVbus, in p.u. (SYSTEM_BASE).max_shunt_current::Float64: (default:9999.0) Maximum shunt current at unity voltage (PSS/E SHMX), MVA; the STATCOM current limit and SVC susceptance base.max_reactive_power::Float64: (default:9999.0) Independent maximum reactive power ceiling (MVA); the device reactive limit is min(the current/susceptance law on maxshuntcurrent, this value). Non-binding at the 9999.0 default.shunt_control_type::FACTSShuntControlType: (default:FACTSShuntControlType.STATCOM) Device class selecting the reactive-limit law (SVC vs STATCOM)regulated_bus_number::Int: (default:0) Bus whose voltage this device regulates; 0 ⇒ local (sending) bus (PSS/E FCREG)reactive_power_required::Float64: (default:0.0) Solver-populated: delivered reactive power after solve (output; not parsed from input)services::Vector{Service}: (default:Device[]) Services that this device contributes todynamic_injector::Union{Nothing, DynamicInjection}: (default:nothing) Corresponding dynamic injection model for FACTS control deviceext::Dict{String, Any}: (default:Dict{String, Any}()) An extra dictionary for users to add metadata that are not used in simulation.internal::InfrastructureSystemsInternal: (Do not modify.) PowerSystems.jl internal reference
InfrastructureSystems.get_available — Methodget_available(value::FACTSControlDevice) -> Bool
Get FACTSControlDevice available.
InfrastructureSystems.get_name — Methodget_name(value::FACTSControlDevice) -> String
Get FACTSControlDevice name.
InfrastructureSystems.set_available! — Methodset_available!(value::FACTSControlDevice, val) -> Any
Set FACTSControlDevice available.
PowerSystems.get_bus — Methodget_bus(value::FACTSControlDevice) -> ACBus
Get FACTSControlDevice bus.
PowerSystems.get_control_mode — Methodget_control_mode(
value::FACTSControlDevice
) -> Union{Nothing, FACTSOperationModes}
Get FACTSControlDevice control_mode.
PowerSystems.get_dynamic_injector — Methodget_dynamic_injector(
value::FACTSControlDevice
) -> Union{Nothing, DynamicInjection}
Get FACTSControlDevice dynamic_injector.
PowerSystems.get_ext — Methodget_ext(value::FACTSControlDevice) -> Dict{String, Any}
Get FACTSControlDevice ext.
PowerSystems.get_max_reactive_power — Methodget_max_reactive_power(value::FACTSControlDevice) -> Float64
Get FACTSControlDevice max_reactive_power.
PowerSystems.get_max_shunt_current — Methodget_max_shunt_current(value::FACTSControlDevice) -> Float64
Get FACTSControlDevice max_shunt_current.
PowerSystems.get_reactive_power_required — Methodget_reactive_power_required(
value::FACTSControlDevice
) -> Float64
Get FACTSControlDevice reactive_power_required.
PowerSystems.get_regulated_bus_number — Methodget_regulated_bus_number(value::FACTSControlDevice) -> Int64
Get FACTSControlDevice regulated_bus_number.
PowerSystems.get_services — Methodget_services(value::FACTSControlDevice) -> Vector{Service}
Get FACTSControlDevice services.
PowerSystems.get_shunt_control_type — Methodget_shunt_control_type(
value::FACTSControlDevice
) -> FACTSShuntControlType
Get FACTSControlDevice shunt_control_type.
PowerSystems.get_voltage_setpoint — Methodget_voltage_setpoint(value::FACTSControlDevice) -> Float64
Get FACTSControlDevice voltage_setpoint.
PowerSystems.set_bus! — Methodset_bus!(value::FACTSControlDevice, val) -> Any
Set FACTSControlDevice bus.
PowerSystems.set_control_mode! — Methodset_control_mode!(value::FACTSControlDevice, val) -> Any
Set FACTSControlDevice control_mode.
PowerSystems.set_ext! — Methodset_ext!(value::FACTSControlDevice, val) -> Any
Set FACTSControlDevice ext.
PowerSystems.set_max_reactive_power! — Methodset_max_reactive_power!(
value::FACTSControlDevice,
val
) -> Any
Set FACTSControlDevice max_reactive_power.
PowerSystems.set_max_shunt_current! — Methodset_max_shunt_current!(
value::FACTSControlDevice,
val
) -> Any
Set FACTSControlDevice max_shunt_current.
PowerSystems.set_reactive_power_required! — Methodset_reactive_power_required!(
value::FACTSControlDevice,
val
) -> Any
Set FACTSControlDevice reactive_power_required.
PowerSystems.set_regulated_bus_number! — Methodset_regulated_bus_number!(
value::FACTSControlDevice,
val
) -> Any
Set FACTSControlDevice regulated_bus_number.
PowerSystems.set_services! — Methodset_services!(value::FACTSControlDevice, val) -> Any
Set FACTSControlDevice services.
PowerSystems.set_shunt_control_type! — Methodset_shunt_control_type!(
value::FACTSControlDevice,
val
) -> Any
Set FACTSControlDevice shunt_control_type.
PowerSystems.set_voltage_setpoint! — Methodset_voltage_setpoint!(value::FACTSControlDevice, val) -> Any
Set FACTSControlDevice voltage_setpoint.