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
Based on feedback from multiple users, second approach is generally perferred.
p1, p2, p3 = config.ports.port().port().port() f1, f2 = config.flows.flow().flow() f1.tx_rx.port.tx_name = p1.name f1.tx_rx.port.rx_name = p2.name f2.tx_rx.port.tx_name = p1.name f2.tx_rx.port.rx_name = p3.name
p1, p2, p3 = config.ports.port().port().port() f1, f2 = config.flows.flow().flow() f1.tx_rx.port.tx_name = p1 f1.tx_rx.port.rx_name = p2 f2.tx_rx.port.tx_name = p1 f2.tx_rx.port.rx_name = p3
This requires working out following:
More details to be discussed.
The text was updated successfully, but these errors were encountered:
ajbalogh
No branches or pull requests
Based on feedback from multiple users, second approach is generally perferred.
This requires working out following:
More details to be discussed.
The text was updated successfully, but these errors were encountered: