pcdsdevices.utils.get_input

pcdsdevices.utils.get_input()

Waits for a single character input and returns it.

You can compare the input to the keys stored in this module e.g. utils.arrow_up == get_input().

Returns:

input (str)