DSS C-API and dss.hpp
DSS C-API and dss.hpp expose a customized and extended implementation of OpenDSS to C and C++.
dss::classic::IText Class Reference
Inheritance diagram for dss::classic::IText:
[legend]
Collaboration diagram for dss::classic::IText:
[legend]

Public Member Functions

 IText (dss::APIUtil *util)
 
void Commands (const string &value)
 Runs a large string as command lines directly in the DSS engine. More...
 
void Commands (const strings &value)
 Runs a list of strings as commands directly in the DSS engine. More...
 
string Command ()
 Input command string for the DSS.
 
ITextCommand (const char *value)
 
ITextCommand (const string &value)
 
string Result ()
 Result string for the last command.
 
- Public Member Functions inherited from dss::ContextState
 ContextState (APIUtil *util)
 

Additional Inherited Members

- Public Attributes inherited from dss::ContextState
void * ctx
 Pointer to the DSSContext for easy access.
 
APIUtilapi_util
 API utility functions.
 

Member Function Documentation

◆ Commands() [1/2]

void dss::classic::IText::Commands ( const string &  value)
inline

Runs a large string as command lines directly in the DSS engine.

Intermediate results are ignored.

(API Extension)

◆ Commands() [2/2]

void dss::classic::IText::Commands ( const strings &  value)
inline

Runs a list of strings as commands directly in the DSS engine.

Intermediate results are ignored.

(API Extension)


The documentation for this class was generated from the following file: