Implemented ABL-100WE support
This commit is contained in:
@@ -92,7 +92,8 @@ def precycle_prop_list(model: str):
|
||||
# full property list for primary targets, GW-B/GMW-B models
|
||||
props = [[30,0], [30,1], [30,2], [30,3], [30,4], [30,5],
|
||||
[31,0], [31,1], [31,2], [31,3], [31,4], [31,5]]
|
||||
if model.find('OCW') > 5 or model.find('GWR-B1000') > 5:
|
||||
if model.find('OCW') > 5 or model.find('GWR-B1000') > 5 \
|
||||
or model.find('ABL-100') > 5 or model.find('GD-B500') > 5:
|
||||
props = [[30,0], [30,1]]
|
||||
elif (model.find('B2100') > 5 or model.find('B001') > 5 \
|
||||
or model.find('DW-B5600') > 5 or model.find('GST-B') > 5 \
|
||||
|
||||
Reference in New Issue
Block a user