NX Open C++ Reference Guide
|
Represents a collection of exciter selection configuration
To obtain an instance of this class, refer to CAE::PreTestExciterSelectionControl
Created in NX8.0.0.
More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
int | ActiveExciterConfig () |
Returns the pre-test active exciter configuration Created in NX8.0.0. | |
iterator | begin () |
Returns an iterator addressing the first element. | |
NXOpen::CAE::PreTestExciterConfig * | CloneExciterConfig (NXOpen::CAE::PreTestExciterConfig *source) |
Clone a pre-test exciter configuration. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::CAE::PreTestExciterConfig * | FindObject (const NXString &name) |
Finds a exciter selection configuration with specified name. | |
NXOpen::CAE::PreTestExciterConfig * | FindObject (const char *name) |
Finds a exciter selection configuration with specified name. | |
void | RemoveExciterConfig (int toRemove) |
Removes and deletes a exciter selection configuration Created in NX8.0.0. | |
void | SetActiveExciterConfig (int activeConfig) |
Sets the pre-test active exciter configuration Created in NX8.0.0. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of exciter selection configuration
To obtain an instance of this class, refer to CAE::PreTestExciterSelectionControl
Created in NX8.0.0.
int NXOpen::CAE::PreTestExciterConfigCollection::ActiveExciterConfig | ( | ) |
Returns the pre-test active exciter configuration
Created in NX8.0.0.
License requirements : None
iterator NXOpen::CAE::PreTestExciterConfigCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::CAE::PreTestExciterConfig* NXOpen::CAE::PreTestExciterConfigCollection::CloneExciterConfig | ( | NXOpen::CAE::PreTestExciterConfig * | source | ) |
Clone a pre-test exciter configuration.
source | Pre-Test exciter configuration to be cloned |
iterator NXOpen::CAE::PreTestExciterConfigCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::CAE::PreTestExciterConfig* NXOpen::CAE::PreTestExciterConfigCollection::FindObject | ( | const NXString & | name | ) |
Finds a exciter selection configuration with specified name.
name | exciter selection configuration name to be found |
NXOpen::CAE::PreTestExciterConfig* NXOpen::CAE::PreTestExciterConfigCollection::FindObject | ( | const char * | name | ) |
Finds a exciter selection configuration with specified name.
name | exciter selection configuration name to be found |
void NXOpen::CAE::PreTestExciterConfigCollection::RemoveExciterConfig | ( | int | toRemove | ) |
Removes and deletes a exciter selection configuration
Created in NX8.0.0.
License requirements : nx_correl_base ("FE Correlation")
toRemove | Index of the exciter selection configuration to remove |
void NXOpen::CAE::PreTestExciterConfigCollection::SetActiveExciterConfig | ( | int | activeConfig | ) |
Sets the pre-test active exciter configuration
Created in NX8.0.0.
License requirements : nx_correl_base ("FE Correlation")
activeConfig | active config |
tag_t NXOpen::CAE::PreTestExciterConfigCollection::Tag | ( | ) | const |
Returns the tag of this object.