Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 435 Bytes

api_constant.md

File metadata and controls

27 lines (14 loc) · 435 Bytes
title description keywords
Constant
BPTK API Documentation for the Constant class
system dynamics, bptk, bptk-py, python, business prototyping

Constant

Constant Constructor

Constant(model, name, function_string=None)

A constant in a SD DSL model

Constant.equation

property equation() Returns the equation as originally set.

  • Returns

    The equation, either a SD DSL Element or Operator.