|
DPsim
|
Public Member Functions | |
| Reader (String name, Logger::Level logLevel=Logger::Level::info, Logger::Level componentLogLevel=Logger::Level::off) | |
| SystemTopology | loadCIM (Real systemFrequency, const fs::path &filename, Domain domain=Domain::DP, PhaseType phase=PhaseType::Single, GeneratorType genType=GeneratorType::None) |
| Parses data from CIM files into the CPS data structure. | |
| SystemTopology | loadCIM (Real systemFrequency, const std::list< fs::path > &filenames, Domain domain=Domain::DP, PhaseType phase=PhaseType::Single, GeneratorType genType=GeneratorType::None) |
| Parses data from CIM files into the CPS data structure. | |
| SystemTopology | loadCIM (Real systemFrequency, const std::list< CPS::String > &filenamesString, Domain domain=Domain::DP, PhaseType phase=PhaseType::Single, GeneratorType genType=GeneratorType::None) |
| void | setShuntCapacitor (Real v) |
| set shunt capacitor value | |
| void | setShuntConductance (Real v) |
| set shunt conductance value | |
| void | useProtectionSwitches (Bool value=true) |
| If set, some components like loads include protection switches. | |
| Reader::Reader | ( | String | name, |
| Logger::Level | logLevel = Logger::Level::info, | ||
| Logger::Level | componentLogLevel = Logger::Level::off ) |
Creates new reader with a name for logging. The first log level is for the reader and the second for the generated components.
Definition at line 23 of file Reader.cpp.
|
virtual |
Definition at line 32 of file Reader.cpp.
| SystemTopology Reader::loadCIM | ( | Real | systemFrequency, |
| const fs::path & | filename, | ||
| Domain | domain = Domain::DP, | ||
| PhaseType | phase = PhaseType::Single, | ||
| GeneratorType | genType = GeneratorType::None ) |
Parses data from CIM files into the CPS data structure.
Definition at line 211 of file Reader.cpp.
| SystemTopology Reader::loadCIM | ( | Real | systemFrequency, |
| const std::list< CPS::String > & | filenamesString, | ||
| Domain | domain = Domain::DP, | ||
| PhaseType | phase = PhaseType::Single, | ||
| GeneratorType | genType = GeneratorType::None ) |
Definition at line 34 of file Reader.cpp.
| SystemTopology Reader::loadCIM | ( | Real | systemFrequency, |
| const std::list< fs::path > & | filenames, | ||
| Domain | domain = Domain::DP, | ||
| PhaseType | phase = PhaseType::Single, | ||
| GeneratorType | genType = GeneratorType::None ) |
Parses data from CIM files into the CPS data structure.
Definition at line 224 of file Reader.cpp.
| void Reader::setShuntCapacitor | ( | Real | v | ) |
set shunt capacitor value
Definition at line 47 of file Reader.cpp.
| void Reader::setShuntConductance | ( | Real | v | ) |
set shunt conductance value
Definition at line 52 of file Reader.cpp.
| void Reader::useProtectionSwitches | ( | Bool | value = true | ) |
If set, some components like loads include protection switches.
Definition at line 58 of file Reader.cpp.