PreadCommand Last update: 14.01.2025 class Ansys.ACT.Automation.Mechanical.FE.CDB.PreadCommand Bases: object Represents a * PREAD command. Overview Properties Name Description Aname Gets the table name. Index Gets the command index. Name Gets the command name. Values Gets the values. Property detail property PreadCommand.Aname : str | None Gets the table name. property PreadCommand.Index : int | None Gets the command index. property PreadCommand.Name : str | None Gets the command name. property PreadCommand.Values : tuple[float] | None Gets the values.