SimLoadRecipeSource Class

class NXOpen.CAE.SimLoadRecipeSource

Bases: NXOpen.TaggedObject

This is the class handling the attributes of a source used by a load recipe.

Use CAE.SimLoadRecipeSourceCollection.Create

New in version NX10.0.0.

Properties

Property Description
FormatType Returns or sets the format type of a NXOpen.CAE.SimLoadRecipeSource.
Path Returns or sets the path of a NXOpen.CAE.SimLoadRecipeSource.
ReaderType Returns or sets the reader type of a NXOpen.CAE.SimLoadRecipeSource.
SourceLabel Returns or sets the label of a NXOpen.CAE.SimLoadRecipeSource.
Tag Returns the Tag for this object.

Property Detail

FormatType

SimLoadRecipeSource.FormatType

Returns or sets the format type of a NXOpen.CAE.SimLoadRecipeSource.

The available format types are declared in datasourcehandlers.xml file located in <ja_lt>NX_install_dir<ja_gt>/UGSTRUCTURES/cae_language directory.

This string correlates to the Name attribute of the FormatHandler elements.

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

Getter Method

Signature FormatType()

Returns:
Return type:str

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature FormatType(formatType)

Parameters:formatType (str) –

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Path

SimLoadRecipeSource.Path

Returns or sets the path of a NXOpen.CAE.SimLoadRecipeSource.

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

Getter Method

Signature Path()

Returns:
Return type:str

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature Path(path)

Parameters:path (str) –

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

ReaderType

SimLoadRecipeSource.ReaderType

Returns or sets the reader type of a NXOpen.CAE.SimLoadRecipeSource.

The available reader types are declared in datasourcehandlers.xml file located in <ja_lt>NX_install_dir<ja_gt>/UGSTRUCTURES/cae_language directory.

This string correlates to the Type attribute of the FileFormat elements.

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

Getter Method

Signature ReaderType()

Returns:
Return type:str

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature ReaderType(readerType)

Parameters:readerType (str) –

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

SourceLabel

SimLoadRecipeSource.SourceLabel

Returns or sets the label of a NXOpen.CAE.SimLoadRecipeSource.

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

Getter Method

Signature SourceLabel()

Returns:
Return type:str

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature SourceLabel(sourceLabel)

Parameters:sourceLabel (str) –

New in version NX10.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”)

Method Detail

GetPropertyTable

SimLoadRecipeSource.GetPropertyTable

Get the NXOpen.BasePropertyTable of a NXOpen.CAE.SimLoadRecipeSource.

NOTE: After changing the properties in the table, Update.DoUpdate() should be called.

Signature GetPropertyTable()

Returns:
Return type:NXOpen.BasePropertyTable

New in version NX10.0.0.

License requirements: None.