Lock Screen

The Pulse Generator screen locks, just like your phone, to prevent accidental button presses and changes to stimulation while wearing the Pulse Generator in an ambulatory setting. By default, the screen will dim after 15 seconds of inactivity and locks after 30 seconds of inactivity. Use the following commands to modify the screen behavior as needed.

SetDimTimeMs

SetDimTimeMs
(
Milliseconds
,
)

Sets the duration of inactivity required before the Pulse Generator screen will dim.

Params
Milliseconds
integer
required

Input a value from 0 – 24 hours in milliseconds.

required
Return Value

SetLockTimeMs

SetLockTimeMs
(
Milliseconds
,
)

Sets the duration of inactivity required before the Pulse Generator screen will lock.

Note, inputting the value of 0 will disable the lock screen but will not disable the screen from dimming.

Params
Milliseconds
integer
required

Input a value from 0 – 24 hours in milliseconds.

required
Return Value