on_off_controller
Modules
on_off_controller_system module
- class OnOffControllerSystem(offValue=0, onValue=1, isReverse=False, **kwargs)[source]
Bases:
System- do_step(secondTime, dateTime, step_size, stepIndex)[source]
This function calls the do_step method of the FMU component, and then sets the output of the FMU model.
- Return type:
None
- initialize(start_time, end_time, step_size, simulator)[source]
This function initializes the FMU component by setting the start_time and fmu_filename attributes, and then sets the parameters for the FMU model.
- Return type:
None
- property config
- sp = [<twin4build.translator.translator.SignaturePattern object>]