개정판 3e58c6ba
restore prop key in
Change-Id: Ib0157c062aa71ec4f190f7380aae55378913700d
DTI_PID/DTI_PID/Shapes/EngineeringAbstractItem.py | ||
---|---|---|
997 | 997 |
|
998 | 998 |
for attr in [_attr for _attr in sorted(self.attrs.keys(), key=lambda param:int(param.Index)) \ |
999 | 999 |
if _attr.AttributeType != 'Combined' and _attr.AttributeType != 'Reference' and _attr.AttributeType != 'HMB']: |
1000 |
# if attr.Freeze: continue # do not evaluate value if attribute is frozen
|
|
1000 |
if attr.Freeze: continue # do not evaluate value if attribute is frozen |
|
1001 | 1001 |
if attr.AttributeType == 'Text Item' or attr.AttributeType == 'Valve Oper Code': |
1002 | 1002 |
at = int(attr.AttrAt) |
1003 | 1003 |
|
내보내기 Unified diff