errang#

Mapdl.errang(emin='', emax='', einc='', **kwargs)[source]#

Specifies the element range to be read from a file.

APDL Command: ERRANG

Parameters:
emin, emax, einc

Elements with numbers from EMIN (defaults to 1) to EMAX (defaults to 99999999) in steps of EINC (defaults to 1) will be read.

Return type:

Optional[str]

Notes

Defines the element number range to be read [EREAD] from the element file. If a range is also implied from the NRRANG command, only those elements satisfying both ranges will be read.