Include#

class ansys.dyna.keywords.keyword_classes.Include(**kwargs)#

DYNA INCLUDE keyword

Attributes:
cards

Gets the cards of the keyword

filename

Get or set the File name of file to be included in this keyword file.

format

Get or set the format for this keyword.

options

Gets the options of the keyword, if any

user_comment

Get 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)

Include.dumps()

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

Include.cards

Gets the cards of the keyword

Include.filename

Get or set the File name of file to be included in this keyword file.

Include.format

Get or set the format for this keyword.

Include.keyword

Include.options

Gets the options of the keyword, if any

Include.subkeyword

Include.user_comment

Get or set the "user comment" for this keyword.