verify#

Mapdl.verify(case='', level='', **kwargs)[source]#

Enter the verification run mode.

Note

This command is only valid at the /BEGIN level, obtained with mapdl.finish().

Parameters:
casestr, optional

Optional title of the verification manual file. Also accepts 'OFF' to disable the verification run mode.

levelint, optional

Verification level ranging from 1 to 6 defaulting to 4.

Returns:
str

Command output.

Examples

Enter the verification routine with the default option.

>>> mapdl.finish()
>>> mapdl.verify('VM1')
'*** VERIFICATION RUN - CASE VM1                              ***  OPTION=  4'