Skip to content

Conversation

coretl
Copy link
Contributor

@coretl coretl commented Aug 4, 2025

Adds support to integer args to Product, so you can do Product(3, spec) to repeat the scan or Product(spec, 3) to repeat each point in a scan

Also fixes docs issues

Fixes #177

@coretl coretl requested a review from LuisFSegalla August 4, 2025 09:15
coretl added 2 commits August 18, 2025 11:43
Adds support to integer args to Product, so you can do Product(3, spec) to repeat the scan or Product(spec, 3) to repeat each point in a scan

Also fixes docs issues
@coretl coretl merged commit 4f84a7e into main Aug 18, 2025
21 checks passed
@coretl coretl deleted the int-product branch August 18, 2025 14:13
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 this pull request may close these issues.

Turn Repeat into a modifier Spec
2 participants