-
Type:
Task
-
Status: Done (View Workflow)
-
Priority:
Normal
-
Resolution: Done
-
Component/s: ics_mebActor
-
Labels:None
Can the power and temps keyword fields be named? This would change, say:
Key('power', Int()*4,
help='MCS power status'),
to
Key('power',
Int(name='MCS_computer', units='V'),
Int(name='name_2', units='V'),
Int(name='name_3', units='V'),
Int(name='name_4', units='V'),
help='MCS power status'),
I don't know whether spaces are allowed, but I think we should avoid them: the names should be useable as variables, etc.