dss.IText#

Module Contents#

Classes#

IText

API#

class dss.IText.IText(api_util, prefer_lists=False)#

Bases: dss._cffi_api_util.Base

property Command: str#

Input command string for the DSS.

Original COM help: https://opendss.epri.com/Command1.html

Commands(Value: Union[AnyStr, List[AnyStr]])#

Runs a list of strings or a large string as commands directly in the DSS engine. Intermediate results (from Text.Result) are ignored.

Value can be a list of strings, or a single large string (usually faster).

(API Extension)

property Result: str#

Result string for the last command.

Original COM help: https://opendss.epri.com/Result.html

__init__(api_util, prefer_lists=False)#