We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Senders and Receivers of a given Node may share the same group name as allowed by "Senders and Receivers may both contain matching values of the urn:x-nmos:tag:grouphint tag, indicating that the group has elements in both signal flow directions." from https://specs.amwa.tv/nmos-parameter-registers/branches/main/tags/grouphint.html#natural-groups
test_23 combines senders and receivers of a Node and will detect duplicates that are valid according to the above statement.
The text was updated successfully, but these errors were encountered:
Ha, wonderful how that contradicts "The role of the resource in the group, MUST be unique inside the same group."
I guess this code should take resource type into account...
nmos-testing/nmostesting/suites/IS0401Test.py
Lines 1567 to 1573 in 14c255e
Sorry, something went wrong.
No branches or pull requests
Senders and Receivers of a given Node may share the same group name as allowed by "Senders and Receivers may both contain matching values of the urn:x-nmos:tag:grouphint tag, indicating that the group has elements in both signal flow directions." from https://specs.amwa.tv/nmos-parameter-registers/branches/main/tags/grouphint.html#natural-groups
test_23 combines senders and receivers of a Node and will detect duplicates that are valid according to the above statement.
The text was updated successfully, but these errors were encountered: