diff --git a/script-gen-manager/src/model/chan_data/bias_channel.rs b/script-gen-manager/src/model/chan_data/bias_channel.rs index 77c2816..599ec5f 100644 --- a/script-gen-manager/src/model/chan_data/bias_channel.rs +++ b/script-gen-manager/src/model/chan_data/bias_channel.rs @@ -26,9 +26,9 @@ impl BiasChannel { pub fn evaluate(&mut self) { self.common_chan_attributes.evaluate(); + self.determine_bias_value(); self.common_chan_attributes .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(); } fn determine_bias_value(&mut self) {