Loading…
DD File path:
DD File name: UnsupportedFeatures.ddl
DD File type: Source file

  • //#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";


Please login for more