Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: a function for modal hammer test #9

Open
klemengit opened this issue Sep 23, 2022 · 1 comment
Open

ENH: a function for modal hammer test #9

klemengit opened this issue Sep 23, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@klemengit
Copy link
Collaborator

Create a function which takes the LDAQ object as a variable.

The function would look something like:

def roving_hammer(ldaq, repeats, location, ...):
    for i in range(repeats):
        ldaq.run()
        # code to check if the impact and measurement are ok
        ldaq.save_measurement(...)
@klemengit klemengit self-assigned this Sep 23, 2022
@TKosir
Copy link
Collaborator

TKosir commented May 26, 2023

For features like this, we could make an separate python file i.e. "express.py" where classes are made that use our acquisition, generation and control building blocks. some further examples:

  • modal hammer test
  • shaker excitation and control

@TKosir TKosir added the enhancement New feature or request label Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants