Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

port namepurposeIcon
inputScriptFile containing the Python script (for example given by a FileReader actor).

time_inTime at which the input IDSs are read, when slice mode is used.
iter_in

Only used when output IDSs are written in slice mode. If the passed value is 1 (one), it writes first the non-timed values of the IDS (this will erase previous data for this IDS). Else it just writes the time-dependent values. This is similar to FC2K actors.

Outputs

 

 

port namepurpose
time_out

Output time value is equal to input time value. This is similar to FC2K actors.

outputError

Error stream, used only in debug mode: returns standard output and error from the Python process, and gives the actual executed script (be aware that the actor is blocking when in debug mode).

...