Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 422 Bytes

api_flow.md

File metadata and controls

24 lines (15 loc) · 422 Bytes
title description keywords
Flow
BPTK API Documentation for the Element class
system dynamics, bptk, bptk-py, python, business prototyping

Flow

Flow in a SD DSL model.

Flow Constructor

Flow(model, name, function_string=None)

Create the flow.

Flow.equation

property equation()

Returns the equation as originally set.

  • Returns

    The equation, either a SD DSL Element or Operator.