Add time api and test

This commit is contained in:
WQY\qiong
2022-10-22 14:53:18 +08:00
parent e3d3021286
commit 15ed42e5ac
6 changed files with 187 additions and 2 deletions

View File

@@ -49,4 +49,7 @@ from .s12_curves import get_curve_schema, get_curve, set_curve
from .s16_emitters import get_emitter_schema, get_emitter, set_emitter
from .s21_times import TIME_STATISTIC_NONE, TIME_STATISTIC_AVERAGED, TIME_STATISTIC_MINIMUM, TIME_STATISTIC_MAXIMUM, TIME_STATISTIC_RANGE
from .s21_times import get_time_schema, get_time, set_time
from .s24_coordinates import get_node_coord