-
Notifications
You must be signed in to change notification settings - Fork 3
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
Distinguish between aggregate & device properties #174
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
--- | ||
uid: configure | ||
title: Configuration Operators | ||
title: Device Group Configuration Operators | ||
--- | ||
|
||
Aggregate configuration operators belong in a top-level chain of operators between | ||
[`CreateContext`](xref:OpenEphys.Onix1.CreateContext) and [`StartAcquisition`](xref:OpenEphys.Onix1.StartAcquisition) to | ||
configure ONIX hardware hubs. These are known as aggregate configuration operators because they configure an aggregation | ||
of devices (also referred to as a hub) on a given headstage, miniscope, breakout board, etc.. | ||
configure ONIX hardware hubs. These are known as device group configuration operators because they configure an aggregation | ||
of devices (also referred to as a hardware hub) on a given headstage, miniscope, breakout board, etc.. | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Device Group |
||
Aggregate configuration operators are simply referred to as "Configuration Operators" in the | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TOC -> Table of contents |
||
[Reference](xref:OpenEphys.Onix1) TOC for concision and simplicity as they are recommended starting-point operators for | ||
configuring Open Ephys ONIX hardware. There are also <xref:device-configure>. |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. edited directly by @jonnew |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont use hub, its a specification term.