PostScenarioDataDefinition Class

class NXOpen.CAE.PostScenarioDataDefinition

Bases: NXOpen.TaggedObject

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 NX11.0.0.

Properties

Property Description
Name Returns the name of this Data Definition.
Tag Returns the Tag for this object.

Methods

Property Detail

Name

PostScenarioDataDefinition.Name

Returns the name of this Data Definition.

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

Getter Method

Signature Name()

Returns:
Return type:str

New in version NX11.0.0.

License requirements: None.