AVX::MERGECONFIG 
This command is used to merge multiple configurations in a workflow to be generated as a
single entity. The parameters must have the config object generated using the AVX custom
commands only. It is useful in cases where a few commands have to be added at runtime
prior to implementation depending on the outcome of certain pre-validation commands.
- Initial Implementation config generated for device version v11 scheduled for 10th March.
- Run pre-validation on 9th March to check for device versions.
- If there is a change in device version, generate and add additional commands, and merge Implementation configuration into one.
Usage:
Conf1 = <%Script_1.output %>
Conf2 = <%Script_3.output %>
Conf3 = <%Script_4.output %>
AVX::OUTPUT (AVS::MERGECONFIG(config, [conf1, conf2, conf3]))
OR
Merged_config = AVX::MERGECONFIG(config,[conf1, conf2, conf3]))