dss.IDSS_Executive
#
Module Contents#
Classes#
API#
- class dss.IDSS_Executive.IDSS_Executive(api_util, prefer_lists=False)#
Bases:
dss._cffi_api_util.Base
- Command(i: int) str #
Get i-th command
Original COM help: https://opendss.epri.com/Command.html
- CommandHelp(i: int) str #
Get help string for i-th command
Original COM help: https://opendss.epri.com/CommandHelp.html
- property NumCommands: int#
Number of DSS Executive Commands
Original COM help: https://opendss.epri.com/NumCommands.html
- property NumOptions: int#
Number of DSS Executive Options
Original COM help: https://opendss.epri.com/NumOptions.html
- Option(i: int) str #
Get i-th option
Original COM help: https://opendss.epri.com/Option.html
- OptionHelp(i: int) str #
Get help string for i-th option
Original COM help: https://opendss.epri.com/OptionHelp.html
- OptionValue(i: int) str #
Get present value of i-th option
Original COM help: https://opendss.epri.com/OptionValue.html
- __init__(api_util, prefer_lists=False)#