Definitions

A module that provides defines and constants useful for working with the python library.

brainstem.defs.model_info(model)[source]

Get Model information.

Parameters:

model (int) – One of the model numbers, i.e from stem.system.getModel().

Returns:

String containing model information.

brainstem.defs.model_name(model)[source]

Get Model Name.

Parameters:

model (int) – One of the model numbers, i.e from stem.system.getModel().

Returns:

A string containing model name.