ContMax
Returns maximum of continuous values of the NexVar
object representing continuous variable.
Syntax
var.ContMax()
Parameters
None.
Return
Returns maximum of continuous values of the NexVar
object representing continuous variable.
Examples
Python
import nex
doc = nex.GetActiveDocument()
maxFP01 = doc['FP01'].ContMax()