Database.getNextAnalysisName


getNextAnalysisName(type)

Returns a name suitable to be to a new analysis, i.e. a name guarenteed not to already be in use. Valid values for 'type' are: "general structural", "general thermal", "direct influence", "reciprocal influence", "Vehicle Load Optimisation", "Cable Tuning" Warning: This function should not be called in a loop, as the implementation must search all existing names - thus the loop would become n-squared and very slow.

typestring
Return valuestring

Back to Database

Back to Overview