rlist#

Mapdl.rlist(nset1='', nset2='', ninc='', **kwargs)[source]#

APDL Command: RLIST

Lists the real constant sets.

Parameters:
nset1, nset2, ninc

List real constant sets from NSET1 to NSET2 (defaults to NSET1) in steps of NINC (defaults to 1). If NSET1 = ALL (default), ignore NSET2 and NINC and list all real constant sets [R].

Notes

The real constant sets listed contain only those values specifically set by the user. Default values for real constants set automatically within the various elements are not listed.

This command is valid in any processor.