setCursorLabelName()

eSignal EFS

setCursorLabelName()

 

setCursorLabelName( sLabel [, nCount] )

 

  • sLabel: A string value.
  • nCount: Optional. If your study returns multiple values, specify the return value here.

 

Set the name of the label that will appear in the cursor window for this study. Should be called from preMain().

 

Example:

 

setCursorLabelName( "HiBand" );

 

or

 

setCursorLabelName( "HiBand", 0 );

setCursorLabelName( "LoBand", 1 );