Loading…
Loading…
DD文件所在目录:
DD文件名称: UnsupportedFeatures.old.ddl
DD文件类型: 源码文件
- //#include "MethodInterpreterTests.ddl"
- /*************************/
- /* Unsupported Test Menu */
- /*************************/
- MENU the_unsupported_features
- {
- STYLE MENU;
- LABEL "Unsupported Features";
- ITEMS
- {
- unsupported_variables,
- unsupported_charts,
- unsupported_sources,
- unsupported_graphs,
- unsupported_waveforms,
- unsupported_grids,
- unsupported_images,
- unsupported_string_literals,
- unsupported_edit_displays,
- unsupported_menus
- }
- }
- /* Unsupported Variables */
- MENU unsupported_variables
- {
- STYLE WINDOW;
- LABEL "Unsupported Variable Attributes";
- ITEMS
- {
- var_default_value,
- var_refresh_actions
- }
- }
- VARIABLE var_default_value
- {
- LABEL "Var: DEFAULT_VALUE";
- HELP "A Variable Testing the 'DEFAULT_VALUE' Attribute. The value should not be '375'.";
- TYPE INTEGER;
- CLASS LOCAL;
- DEFAULT_VALUE 375;
- }
- VARIABLE var_refresh_actions
- {
- LABEL "Var: REFRESH_ACTIONS";
- HELP "A Variable Testing the 'REFRESH_ACTIONS' Attribute. You should not get an acknowledgement stating that 'A very simple method was called'.";
- TYPE INTEGER;
- CLASS LOCAL;
- REFRESH_ACTIONS {simple_method}
- }
- /* Unsupported Charts */
- MENU unsupported_charts
- {
- STYLE WINDOW;
- LABEL "Unsupported Charts Attributes";
- ITEMS
- {
- chart_height_width,
- chart_validity_true,
- chart_validity_false
- }
- }
- CHART chart_height_width
- {
- LABEL "Chart: HEIGHT and WIDTH";
请登录以获得完整内容