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