NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::CAE::PreTestSensorConfigCollection Class Reference

Represents a collection of sensor selection configuration
To obtain an instance of this class, refer to NXOpen::CAE::PreTestSensorSelectionControl

Created in NX7.5.0. More...

Inheritance diagram for NXOpen::CAE::PreTestSensorConfigCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

int ActiveSensorConfig ()
 Returns the pre-test active sensor configuration
Created in NX7.5.0. More...
 
iterator begin ()
 Returns an iterator addressing the first element. More...
 
NXOpen::CAE::PreTestSensorConfigCloneSensorConfig (NXOpen::CAE::PreTestSensorConfig *source)
 Clone a pre-test sensor configuration. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::PreTestSensorConfigFindObject (const NXString &name)
 Finds a sensor selection configuration with specified name. More...
 
NXOpen::CAE::PreTestSensorConfigFindObject (const char *name)
 Finds a sensor selection configuration with specified name. More...
 
void RemoveSensorConfig (int toRemove)
 Removes and deletes a sensor selection configuration
Created in NX7.5.0. More...
 
void SetActiveSensorConfig (int activeConfig)
 Sets the pre-test active sensor configuration
Created in NX7.5.0. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of sensor selection configuration
To obtain an instance of this class, refer to NXOpen::CAE::PreTestSensorSelectionControl

Created in NX7.5.0.


Member Function Documentation

int NXOpen::CAE::PreTestSensorConfigCollection::ActiveSensorConfig ( )

Returns the pre-test active sensor configuration
Created in NX7.5.0.



License requirements : None

iterator NXOpen::CAE::PreTestSensorConfigCollection::begin ( )

Returns an iterator addressing the first element.

NXOpen::CAE::PreTestSensorConfig* NXOpen::CAE::PreTestSensorConfigCollection::CloneSensorConfig ( NXOpen::CAE::PreTestSensorConfig source)

Clone a pre-test sensor configuration.

Returns
Cloned Pre-Test sensor configuration
Created in NX7.5.0.

License requirements : nx_correl_base ("FE Correlation")
Parameters
sourcePre-Test sensor configuration to be cloned
iterator NXOpen::CAE::PreTestSensorConfigCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::PreTestSensorConfig* NXOpen::CAE::PreTestSensorConfigCollection::FindObject ( const NXString name)

Finds a sensor selection configuration with specified name.

Returns
sensor selection configuration found
Created in NX7.5.0.

License requirements : None
Parameters
namesensor selection configuration name to be found
NXOpen::CAE::PreTestSensorConfig* NXOpen::CAE::PreTestSensorConfigCollection::FindObject ( const char *  name)

Finds a sensor selection configuration with specified name.

Returns
sensor selection configuration found
Created in NX7.5.0.

License requirements : None
Parameters
namesensor selection configuration name to be found
void NXOpen::CAE::PreTestSensorConfigCollection::RemoveSensorConfig ( int  toRemove)

Removes and deletes a sensor selection configuration
Created in NX7.5.0.



License requirements : nx_correl_base ("FE Correlation")

Parameters
toRemoveIndex of the sensor selection configuration to remove
void NXOpen::CAE::PreTestSensorConfigCollection::SetActiveSensorConfig ( int  activeConfig)

Sets the pre-test active sensor configuration
Created in NX7.5.0.



License requirements : nx_correl_base ("FE Correlation")

Parameters
activeConfigactive config
tag_t NXOpen::CAE::PreTestSensorConfigCollection::Tag ( ) const

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.