pcdsdevices.state.state_config_dotted_velos

pcdsdevices.state.state_config_dotted_velos(state_count: int, motor_count: int = 1) list[str]

Returns the full dotted names of the state config velo components.

This does not include any entry for the unknown state and can be passed directly into the velocity summary MultiDerivedSignal attrs.

Parameters:
  • state_count (int) – The number of known states used by the device.

  • motor_count (int, optional) – The number of motors associated with the states config.

Returns:

dotted_names (list of str) – The full dotted names in state enum order, going through all the states of each motor before moving onto the next.