Skip to content

Static inputs

Martin Lange requested to merge static-inputs into main

Add a property is_static to inputs.

  • Static inputs can't be pulled repeatedly
  • Static inputs cache data to avoid calculations on repeated pull
  • Static inputs can't be connected to dynamic outputs
  • Static inputs strip the time coordinate
  • Dynamic inputs replace NaT by the pull time
Edited by Martin Lange

Merge request reports

Loading