Include#
- class ansys.dyna.keywords.keyword_classes.Include(**kwargs)#
DYNA INCLUDE keyword
- Attributes:
cardsGets the cards of the keyword
filenameGet or set the File name of file to be included in this keyword file.
formatGet or set the format for this keyword.
optionsGets the options of the keyword, if any
user_commentGet or set the “user comment” for this keyword.
Methods
dumps()Returns the string representation of the keyword
get_title([format_symbol])Get the title of this keyword.
loads(value)Loads the keyword from string.
write([buf, format, deck_format])Renders the keyword in the dyna keyword format.
before_read
read
Methods
Include.before_read(buf)Returns the string representation of the keyword
Include.get_title([format_symbol])Get the title of this keyword.
Include.loads(value)Loads the keyword from string.
Include.read(buf)Include.write([buf, format, deck_format])Renders the keyword in the dyna keyword format.
Attributes
Gets the cards of the keyword
Get or set the File name of file to be included in this keyword file.
Get or set the format for this keyword.
Gets the options of the keyword, if any
Get or set the "user comment" for this keyword.