SeclockCommand#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CDB.SeclockCommand#

Bases: object

Holds definitions for the SECLOCK Command from APDL used in External Model. This command defines the DOFs to lock for the MPC184. Refer to APDL command definition for more details.

Overview#

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 defining the SECLOCK command as list of double.

Property detail#

property SeclockCommand.Index: int | None#

Gets the command index.

property SeclockCommand.Name: str | None#

Gets the command name.

property SeclockCommand.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 SeclockCommand.Values: tuple[float] | None#

Gets the values defining the SECLOCK command as list of double. The values are defined as: first value is the locked DOF, the 2 values after are the minimum and maximum value of that DOF. This pattern continues for any number of locked DOFs..