Skip to main content

Mechanical scripting interface

CMGRPCommand

Last update: 14.01.2025

class Ansys.ACT.Automation.Mechanical.FE.CDB.CMGRPCommand

Bases: object

Represents a CMGRP command.

Overview

Properties

Name Description
Aname Gets the assembly name.
Cnames Gets the component and/or assembly names.
Index Gets the command index.
Name Gets the command name.

Property detail

property CMGRPCommand.Aname : str | None

Gets the assembly name.

property CMGRPCommand.Cnames : tuple[str] | None

Gets the component and/or assembly names.

property CMGRPCommand.Index : int | None

Gets the command index.

property CMGRPCommand.Name : str | None

Gets the command name.