Description
Sets a 6-character string to indicate the connected application's name, at the top of PulsePal's thumb joystick menu tree
Client ID strings with more or fewer than 6 characters will result in an error displayed to the console.
The ID string is displayed next to the word "Connected" in the 16-character oLED display line (i.e. MATLAB Connected)
When the client disconnects by calling disconnectClient, the string is returned to PulsePal's default, specifying the firmware version.
Syntax
setClientIDString(string idString)
Parameters
idString: A 6-character string with the application name (i.e. " My App", "Python", "MATLAB").
Returns
None
Example
PulsePalObject.setClientIDString("My App");