Browse Source

Tools: add deg/s/s to valid parameter units

master
Randy Mackay 7 years ago
parent
commit
8186ce0d32
  1. 1
      Tools/autotest/param_metadata/param.py

1
Tools/autotest/param_metadata/param.py

@ -66,6 +66,7 @@ known_units = { @@ -66,6 +66,7 @@ known_units = {
# angle
'deg' : 'degrees' , # Not SI, but is some situations more user-friendly than radians
'deg/s' : 'degrees per second' , # Not SI, but is some situations more user-friendly than radians
'deg/s/s' : 'degrees per square second', # Not SI, but is some situations more user-friendly than radians
'cdeg' : 'centidegrees' , # Not SI, but is some situations more user-friendly than radians
'cdeg/s' : 'centidegrees per second', # Not SI, but is some situations more user-friendly than radians
'cdeg/s/s': 'centidegrees per square second' , # Not SI, but is some situations more user-friendly than radians

Loading…
Cancel
Save