attune.Note

class attune.Note(setables: Dict[str, Setable], setable_positions: Dict[str, float | str], arrangement_name: str)[source]

Bases: object

__init__(setables: Dict[str, Setable], setable_positions: Dict[str, float | str], arrangement_name: str)[source]

A particular set of motor positions.

Parameters:
  • setables (Dict[str, Setable]) – The setables represented in the note

  • setable_positions (Dict[str, Union[float, str]]) – Mapping of setable keys to positions

  • arrangement_name (str) – The name of the arrangement used to make this note

items()[source]

Items in the Note.

keys()[source]

Settable keys in the Note.

values()[source]

Settable values.