We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3743cb0 commit 42c3b85Copy full SHA for 42c3b85
script-gen-manager/src/model/chan_data/bias_channel.rs
@@ -26,9 +26,9 @@ impl BiasChannel {
26
27
pub fn evaluate(&mut self) {
28
self.common_chan_attributes.evaluate();
29
+ self.determine_bias_value();
30
self.common_chan_attributes
31
.evaluate_source_limits(&self.bias, &self.bias); //Use the bias value for both start and stop as the absolute max is used
- self.determine_bias_value();
32
}
33
34
fn determine_bias_value(&mut self) {
0 commit comments