Versions Compared

Key

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

...


The last feature of this actor is the selection of subset to be imported. You need to specify this selection in the name of the input port as follow: first you have to add a ; (semicolon) after the name of the field, then you have to specify the dimension in which you consider the data (1 is the first dim). After that, you can add as many ;index as you want (a semicolon followed by an index you want to extract). You can also replace the index by an expression index1:index2 (with a colon) to specify a set of indexes between both index1 and index2. For example, position/z;1;5;10;15:18 will export indexes [5,10,15,16,17,18] of the field z.

Ports

 

Inputs

 

port namepurposeIcon
inputIds
IDS whose fields are updated with external values

inTime
time used for slice selection

Outputs

port namepurpose
outputIds
same IDS as input (but with different occurrence number) with updated fields at the selected slice
outTime
same time as input (for propagation purpose only)

...