sample_module.capsul.process1.Process1¶
Process1¶
This silly process concatenates in an output file the input file and the other int input parameter. Not very useful, for sure.
Note
Type ‘Process1.help()’ for a full description of this process parameters.
Type ‘<Process1>.get_input_spec()’ for a full description of this process input trait types.
Type ‘<Process1>.get_output_spec()’ for a full description of this process output trait types.
Inputs¶
[Mandatory]
param_a: a file name ([‘File’] - mandatory)
input param A
|
param_b: an integer (int or long) ([‘Int’] - mandatory)
another parameter B
|
Outputs¶
param_c: a file name ([‘File (filename: input)’] - mandatory)
output param C
|