setStudyMax()

eSignal EFS

setStudyMax()

 

setStudyMax( nValue )

 

  • nValue: Max value to be displayed in the study pane.

 

This is only available in the preMain() function. Use this to set the maximum value for a study window.

 

Example:

 

setStudyMax( 100 );

 

setStudyMin()