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
Create some meta-outputs that do not drive outputs themselves, distribute the signal to their children in various ways
duplicateOutput The data will be forwarded to all child outputs, each output will receive the same data
splitOutput The data will be split up in parts. Each child will receive its part. Part size can be configured per child
combinedOutput Multiple pipes can send data to combinedOutput. The data from the pipes will be concatenated and sent to the child output.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Create some meta-outputs that do not drive outputs themselves, distribute the signal to their children in various ways
duplicateOutput
The data will be forwarded to all child outputs, each output will receive the same data
splitOutput
The data will be split up in parts. Each child will receive its part. Part size can be configured per child
combinedOutput
Multiple pipes can send data to combinedOutput. The data from the pipes will be concatenated and sent to the child output.
The text was updated successfully, but these errors were encountered: