PreadCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.PreadCommand(iPreadCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.IPreadCommand)#

Bases: object

Represents a *PREAD command.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Aname

Gets the table name.

FullName

FullName property.

Index

Gets the command index.

Name

Gets the command name.

ToCdbCommandString

Gets the command text formatted as a CDB file entry.

Values

Gets the values.

Property detail#

property PreadCommand.Aname: str | None#

Gets the table name.

property PreadCommand.FullName: str | None#

FullName property.

property PreadCommand.Index: int | None#

Gets the command index.

property PreadCommand.Name: str | None#

Gets the command name.

property PreadCommand.ToCdbCommandString: Ansys.ACT.Automation.Mechanical.FE.CDB.CdbCommandFormatAndParameter | None#

Gets the command text formatted as a CDB file entry. Gets the command parameters formatted as a string.

property PreadCommand.Values: tuple[float] | None#

Gets the values.

Method detail#

PreadCommand.Equals(obj: Any) bool#

Equals method.

PreadCommand.GetHashCode() int#

GetHashCode method.

PreadCommand.GetType() type#

GetType method.

PreadCommand.ToString() str#

ToString method.