You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>Note: Smoothing is normally applied to all Extra Devices. Smoothing is not applied when an Extra Device symbolic equation includes a rate of rise variable (R1, R2, RB1 or RB2). Rate of rise variables already have smoothing applied.</td>
tbl_SymbolicVariables.add_row(['R1',QApplication.translate('HelpDlg','ET rate of rise'),QApplication.translate('HelpDlg','Yes')])
49
-
tbl_SymbolicVariables.add_row(['R2',QApplication.translate('HelpDlg','BT rate of rise'),QApplication.translate('HelpDlg','Yes')])
50
-
tbl_SymbolicVariables.add_row(['RB1',QApplication.translate('HelpDlg','Background ET rate of rise'),QApplication.translate('HelpDlg','Yes')])
51
-
tbl_SymbolicVariables.add_row(['RB2',QApplication.translate('HelpDlg','Background BT rate of rise'),QApplication.translate('HelpDlg','Yes')])
48
+
tbl_SymbolicVariables.add_row(['R1',QApplication.translate('HelpDlg','ET rate of rise (smoothed)'),QApplication.translate('HelpDlg','Yes')])
49
+
tbl_SymbolicVariables.add_row(['R2',QApplication.translate('HelpDlg','BT rate of rise (smoothed)'),QApplication.translate('HelpDlg','Yes')])
50
+
tbl_SymbolicVariables.add_row(['RB1',QApplication.translate('HelpDlg','Background ET rate of rise (smoothed)'),QApplication.translate('HelpDlg','Yes')])
51
+
tbl_SymbolicVariables.add_row(['RB2',QApplication.translate('HelpDlg','Background BT rate of rise (smoothed)'),QApplication.translate('HelpDlg','Yes')])
tbl_SymbolicVariablesbottom.add_row([QApplication.translate('HelpDlg','Note: Smoothing is normally applied to all Extra Devices. Smoothing is not applied when an Extra Device symbolic equation includes a rate of rise variable (R1, R2, RB1 or RB2). Rate of rise variables already have smoothing applied.')])
0 commit comments