1. Description

The UALMux actor imports single fields from kepler to a IDS given as input. Each imported field is defined by an input port added by the user, you can add as many input ports as you want. It is mandatory that the name of the port is the full path of the field on which data will be imported, for example datainfo/whatref/machine is the path to machine field of a limiter IDS. The actor takes a time as input, which is propagated as output port. It also defines a IDS as output, which contains the same data as the input IDS but with some fields updated by the input values. This IDS has the same shot/run values as the input IDS, but it has a different occurrence number. The occurrence number is specified by the user as a parameter of the actor (double click on it to modify its value).

Note that UALMux actor always work in time slice mode, the input data will be added to the slice specified by input data.


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.

2. Ports

 

2.1. Inputs

port namepurposeIcon
inputIds
IDS whose fields are updated with external values

inTime
time used for slice selection

2.2. 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)

3.
Configuration

option namedescription
outOccur

occurrence number for defining the output IDS

Verbose execution mode
 

4.
Version history

versiondescription
3.0.4 
  • No labels