verify#
- Mapdl.verify(case='', level='', **kwargs)#
Enter the verification run mode.
Note
This command is only valid at the
/BEGINlevel, obtained withmapdl.finish().- Parameters:
- Returns:
strCommand output.
Examples
Enter the verification routine with the default option.
>>> mapdl.finish() >>> mapdl.verify('VM1') '*** VERIFICATION RUN - CASE VM1 *** OPTION= 4'