Flexibility with Configurations
Reusing Configurations
config
.parameter1(42)
.parameter2(43)
.parameter3(44);
device1.configure(config, ResetMode.kResetParameters);
device2.configure(config, ResetMode.kResetParameters);Applying a Configuration to Another One
How It Works
Applying with Sub-Configurations
Last updated
Was this helpful?

