Files
sunny360vfe_proj/controllers/ENUM_sysauto_level1.m
T

9 lines
141 B
Matlab
Raw Normal View History

2025-06-04 10:15:42 +08:00
classdef ENUM_sysauto_level1 < Simulink.IntEnumType
enumeration
operational (0)
xbit(1)
standby (2)
end
end