vcum#
- ArrayParameters.vcum(key='', **kwargs)#
Allows array parameter results to add to existing results.
Mechanical APDL Command: *VCUM
- Parameters:
- key
str Accumulation key:
0- Overwrite results.1- Add results to the current value of the results parameter.
- key
Notes
Warning
This function contains specificities regarding the argument definitions. Please refer to the command documentation for further explanations.
Argument Descriptions
key : str- Accumulation key:0- Overwrite results.1- Add results to the current value of the results parameter.
Allows results from certain *V
XXand *MXXoperations to overwrite or add to existing results. The cumulative operation is of the form: ParR = ParR + ParR(Previous)The cumulative setting is reset to the default (overwrite) after each *V
XXor *MXXoperation. Use vstat to list settings.This command is valid in any processor.