dss.IDSSProperty#

Module Contents#

Classes#

IDSSProperty

API#

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

Bases: dss._cffi_api_util.Base

property Description: str#

Description of the property.

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

property Name: str#

Name of Property

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

property Val: str#

Get/set the value of the active property. The value must be specified as a string.

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

__call__(propname_index) dss.IDSSProperty.IDSSProperty#
__getitem__(propname_index: Union[AnyStr, int]) dss.IDSSProperty.IDSSProperty#
__init__(api_util, prefer_lists=False)#