AlgorithmModulePythonReference
Loading...
Searching...
No Matches
Utilities.py File Reference

Namespaces

namespace  AlgorithmModuleTestSupport
namespace  AlgorithmModuleTestSupport.Utilities

Functions

 AlgorithmModuleTestSupport.Utilities.enableUpdateOnInputChange (moduleName)
 Enables update of module's output field values if an input field value changes.
 AlgorithmModuleTestSupport.Utilities.enableClearOnInputChange (moduleName)
 Enables clearance of module's output field values if an input field value changes.
 AlgorithmModuleTestSupport.Utilities.getInputParameterAndObjectFields (moduleName)
 Returns all input parameter and object fields of a module.
 AlgorithmModuleTestSupport.Utilities.getInputParameterFields (moduleName)
 Returns all input parameter fields of a module.
 AlgorithmModuleTestSupport.Utilities.getInputObjectFields (moduleName)
 Returns all input object fields (e.g.
 AlgorithmModuleTestSupport.Utilities.addNotificationCounter (mode, fieldToConnect)
 Adds a NotificationCounter module to the test case context and returns its MLABModule object.
 AlgorithmModuleTestSupport.Utilities.setAutoUpdateMode (moduleName, autoUpdateMode)
 Sets the auto update mode of the module to test.