FrfSet Class¶
-
class
NXOpen.CAE.FrfSet¶ Bases:
NXOpen.CAE.AlternateFemRepresentationSource,NXOpen.CAE.IPostScenarioDataSourceThis is the class representing a FRF set.
Not support KF.
New in version NX12.0.0.
Methods¶
| Method | Description |
|---|---|
| ForceUpdate | Force update of the Alternate Fem Representation Source |
| GetFrfStatus | Get the status of a frf. |
| GetNumberOfFrfs | Get the number of frfs. |
| Rename | Set the name of the Alternate Fem Representation Source |
| SetFrfStatus | Modify the status of a frf. |
Enumerations¶
| FrfSetMeasure Enumeration | Measure types |
| FrfSetNodeComponent Enumeration | Node component types |
Method Detail¶
GetFrfStatus¶
-
FrfSet.GetFrfStatus¶ Get the status of a frf.
Signature
GetFrfStatus(inputNode, inputComponent, outputNode, outputComponent, excitation, response)Parameters: - inputNode (int) – the input node
- inputComponent (
NXOpen.CAE.FrfSetNodeComponent) – the input node component - outputNode (int) – the output node
- outputComponent (
NXOpen.CAE.FrfSetNodeComponent) – the output node component - excitation (
NXOpen.CAE.FrfSetMeasure) – the excitation - response (
NXOpen.CAE.FrfSetMeasure) – the response
Returns: the status of the frf
Return type: bool
New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
GetNumberOfFrfs¶
-
FrfSet.GetNumberOfFrfs¶ Get the number of frfs.
Signature
GetNumberOfFrfs()Returns: The number of frfs. Return type: int New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)
SetFrfStatus¶
-
FrfSet.SetFrfStatus¶ Modify the status of a frf.
Signature
SetFrfStatus(inputNode, inputComponent, outputNode, outputComponent, excitation, response, status)Parameters: - inputNode (int) – the input node
- inputComponent (
NXOpen.CAE.FrfSetNodeComponent) – the input node component - outputNode (int) – the output node
- outputComponent (
NXOpen.CAE.FrfSetNodeComponent) – the output node component - excitation (
NXOpen.CAE.FrfSetMeasure) – the excitation - response (
NXOpen.CAE.FrfSetMeasure) – the response - status (bool) – the status of the frf
New in version NX12.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”)