NASA-AMMOS / aerie

A software framework for modeling spacecraft.
https://nasa-ammos.github.io/aerie-docs/
MIT License
73 stars 19 forks source link

Bug fix for clock "asLinear" #1550

Closed DavidLegg closed 2 months ago

DavidLegg commented 2 months ago

Description

Adds a missing unit conversion for the multiplier in VariableClockResources.asLinear When converting a clock resource to a linear resource in units of U, the multiplier needs to be converted to "U / second".

Verification

Tested manually as part of another model I was working on.

Documentation

N/A

Future work

N/A