PostScenarioDefinition Class

class NXOpen.CAE.PostScenarioDefinition

Bases: NXOpen.TransientObject

Represents a data source data definition.

A data definition defines the format of some data exposed by a data source. These are matched with a scenario NXOpen.CAE.PostScenarioInputDefinition to provide a scenario interpreted view of that data.

Not support KF.

New in version NX12.0.0.

Properties

Property Description
Name Returns the name of this Data Definition.

Methods

Method Description
Dispose Destroys the object
PrintInformation Print detailed information about this data definition to the listing window.

Property Detail

Name

PostScenarioDefinition.Name

Returns the name of this Data Definition.

-------------------------------------

Getter Method

Signature Name

Returns:
Return type:str

New in version NX12.0.0.

License requirements: None.

Method Detail

Dispose

PostScenarioDefinition.Dispose

Destroys the object

Signature Dispose()

New in version NX12.0.0.

License requirements: None.

PrintInformation

PostScenarioDefinition.PrintInformation

Print detailed information about this data definition to the listing window.

Signature PrintInformation()

New in version NX12.0.0.

License requirements: None.