Skip to main content

Mechanical scripting interface

OptionsControlCommand

Last update: 14.01.2025

class Ansys.ACT.Automation.Mechanical.FE.NASTRAN.OptionsControlCommand

Bases: object

Options control command.

Overview

Properties

Name Description
Arguments Gets the arguments.
Index Gets the command index.
Name Gets the command name.
OptionLines Gets the option lines.

Property detail

property OptionsControlCommand.Arguments : tuple[Any] | None

Gets the arguments.

property OptionsControlCommand.Index : int | None

Gets the command index.

property OptionsControlCommand.Name : str | None

Gets the command name.

property OptionsControlCommand.OptionLines : tuple[Any] | None

Gets the option lines.