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
I think that when Epilogue/DataLogger logs Measures it can be confusing if you don't know the base unit. It would be good for it to append the base unit's symbol to the identifier. E.g. when doing dataLogger.log("Motor Voltage", motor.getVoltage()) it would log it as "Motor Voltage (V)".
And when Epilogue logs Measures from fields or methods it should do the same thing. This would be especially useful for units like Angles which people might not expect for the base unit to be radians.
The text was updated successfully, but these errors were encountered:
I think that when Epilogue/DataLogger logs Measures it can be confusing if you don't know the base unit. It would be good for it to append the base unit's symbol to the identifier. E.g. when doing dataLogger.log("Motor Voltage", motor.getVoltage()) it would log it as "Motor Voltage (V)".
And when Epilogue logs Measures from fields or methods it should do the same thing. This would be especially useful for units like Angles which people might not expect for the base unit to be radians.
The text was updated successfully, but these errors were encountered: