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
DefaultFunctionAttributes Returns the default attributes (NXOpen.CAE.SimLoadRecipeFunctionAttributes) of a NXOpen.CAE.SimLoadRecipeSource which are used to indicate the attributes of the functions in the data source.
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

DefaultFunctionAttributes

SimLoadRecipeSource.DefaultFunctionAttributes

Returns the default attributes (NXOpen.CAE.SimLoadRecipeFunctionAttributes) of a NXOpen.CAE.SimLoadRecipeSource which are used to indicate the attributes of the functions in the data source.

This might return null, which means that the format handler takes care of managing those attributes on its own (this is the case for Test.Lab files).

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

Getter Method

Signature DefaultFunctionAttributes

Returns:
Return type:NXOpen.CAE.SimLoadRecipeFunctionAttributes

New in version NX12.0.0.

License requirements: None.

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 <NX_install_dir>/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

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

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 <NX_install_dir>/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

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

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.