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

object assignment for trigger doesn't work #4

Closed
nclack opened this issue May 5, 2023 · 0 comments · Fixed by #2
Closed

object assignment for trigger doesn't work #4

nclack opened this issue May 5, 2023 · 0 comments · Fixed by #2

Comments

@nclack
Copy link
Member

nclack commented May 5, 2023

Expect this to work

    p.video[0].camera.settings.input_triggers.frame_start = Trigger(
        enable=True, line=0, edge="Rising"
    )
    assert p.video[0].camera.settings.input_triggers.frame_start.enable
@nclack nclack changed the title object addignment for trigger doesn't work object assignment for trigger doesn't work May 8, 2023
@nclack nclack closed this as completed in #2 May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant