blueprints package

Submodules

blueprints.fmu module

A blueprint for running FMUs.

class files.blueprints.fmu.P(fmu='testrig.fmu')

The interface between the application and the FMU

start(start_time, time_step_input_ref=-1)

Starts the FMU

Parameters
  • start_time – not used in this blueprint

  • time_step_input_ref – optional value for custom time_step input

files.blueprints.fmu.prepare_outputs(output_refs)

Create FMUPy compatible value references and outputs buffer from output_refs

Parameters

output_refs – list of output indices

Returns

tuple with outputs buffer and value reference list