Files
sunny360vfe_proj/controllers/ENUM_operational_level2.m
T
LyuWeiye 0ec99474cc init
2025-06-04 10:15:42 +08:00

9 lines
143 B
Matlab

classdef ENUM_operational_level2 < Simulink.IntEnumType
enumeration
AUTO (0)
SEMI_AUTO (1)
MANUAL (2)
end
end