mentalCommandActionSensitivity
This method get or set the sensitivity of the 4 active mental command actions.
Check out the usage in our BCI app.
Parameters
Name
Type
Required
Description
status
string
yes
Must be "get" or "set".
profile
string
no
A profile name.
values
array of 4 numbers
no
If the status is "set", this parameters is the new sensitivities. Each value must be between 1 and 10. Bigger number indicates higher sensitivity.
You must set one of these 2 parameters: profile or session. Read this for details.
The array values contains the sensitivity of each active actions. The order of the values must follow the order of the active actions, as returned by mentalCommandActiveAction.
Result
If the status is "get", then the result is an array of 4 numbers.
If the status is "set", then the result is a success message.
Examples
Get
Set
Last updated