Skip to content

Add method to motion control mapping classes to request/identify used motion list #33

Description

@rocco8773

Create a method for the motion control mapping classes that will identify and/or return the motion list(s) used for a given device configuration. Something like...

def get_motionlists(config_name):
    # indentify used motions lists for config_name and construct a dictionary ml_dict
    # with the information
    return ml_dict

Note: This is not done during the initial mapping due to the large overhead required to make the identification. Thus, performing this action upon a user request is more suitable.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions