Thierry SEGUI
New member
- May 28, 2021
- 12
Hello all,
I need to export in my CLSF files the origin number for each operation. (see attached snapshot of the MCS definition, field "Décalage d'Origine")
=> in TCL, I want to get the value of this field, but I can't find the related mom variable.
If this info is not existing, I could at least use the arrays "mom_output_mcs_name" or "mom_mcsname_attach_opr", which seem to contain the MCS' name for each operation.
Unfortunately, their index depend on the operations' names. And anyway, if I code this :
MOM_output_literal $mom_output_mcs_name(FACING)
then resulting output is empty (no error raised).
Can anyone help?
Regards,
Thierry
I need to export in my CLSF files the origin number for each operation. (see attached snapshot of the MCS definition, field "Décalage d'Origine")
=> in TCL, I want to get the value of this field, but I can't find the related mom variable.
If this info is not existing, I could at least use the arrays "mom_output_mcs_name" or "mom_mcsname_attach_opr", which seem to contain the MCS' name for each operation.
Unfortunately, their index depend on the operations' names. And anyway, if I code this :
MOM_output_literal $mom_output_mcs_name(FACING)
then resulting output is empty (no error raised).
Can anyone help?
Regards,
Thierry