Struct power_flow_data::FACTSDevice33
source · pub struct FACTSDevice33 {
pub name: ArrayString<15>,
pub remot: BusNum,
pub mname: ArrayString<15>,
}Fields§
§name: ArrayString<15>The non-blank alphanumeric identifier assigned to this FACTS device.
Each FACTS device must have a unique name. name` may be up to twelve characters and may contain any combination of blanks, uppercase letters,
numbers and special characters. name must be enclosed in single or double quotes if it contains any
blanks or special characters. No default allowed.
remot: BusNumBus number, or extended bus name enclosed in single quotes, of a remote Type 1 or 2 bus
where voltage is to be regulated by the shunt element of this FACTS device to the value
specified by vset. if bus remot is other than a type 1 or 2 bus, the shunt element
regulates voltage at the sending end bus to the value specified by vset.
remot is entered as zero if the shunt element is to regulate voltage at the sending end
bus and must be zero if the sending end bus is a type 3 (swing) bus. remot = 0 by default.
mname: ArrayString<15>The name of the FACTS device that is the IPFC master device when this FACTS device is
the “slave” device of an IPFC (i.e., its mode is specified as 6 or 8).
mname must be enclosed in single or double quotes if it contains any blanks or special
characters. mname is blank by default.