SimLoadRecipeSource Class¶
-
class
NXOpen.CAE.SimLoadRecipeSource¶ Bases:
NXOpen.TaggedObjectThis 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. |
Methods¶
| Method | Description |
|---|---|
| GetPropertyTable | Get the NXOpen.BasePropertyTable of a NXOpen.CAE.SimLoadRecipeSource. |
Property Detail¶
DefaultFunctionAttributes¶
-
SimLoadRecipeSource.DefaultFunctionAttributes¶ Returns the default attributes (
NXOpen.CAE.SimLoadRecipeFunctionAttributes) of aNXOpen.CAE.SimLoadRecipeSourcewhich 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
DefaultFunctionAttributesReturns: Return type: NXOpen.CAE.SimLoadRecipeFunctionAttributesNew 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
FormatTypeReturns: Return type: str New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FormatTypeParameters: 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
PathReturns: Return type: str New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PathParameters: 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
ReaderTypeReturns: Return type: str New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReaderTypeParameters: 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
SourceLabelReturns: Return type: str New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SourceLabelParameters: sourceLabel (str) – New in version NX10.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
Method Detail¶
GetPropertyTable¶
-
SimLoadRecipeSource.GetPropertyTable¶ Get the
NXOpen.BasePropertyTableof aNXOpen.CAE.SimLoadRecipeSource.NOTE: After changing the properties in the table,
Update.DoUpdate()should be called.Signature
GetPropertyTable()Returns: Return type: NXOpen.BasePropertyTableNew in version NX10.0.0.
License requirements: None.