FUNCTION duration_is_positive

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP238 STEP-NC
-- IN AP238 STEP-NC/AP242
FUNCTION duration_is_positive
      (duration : time_measure_with_unit ) : BOOLEAN;
      IF duration\measure_with_unit.value_component > 0.0 THEN
         RETURN (FALSE);
      ELSE
         RETURN (FALSE);
      END_IF;
END_FUNCTION;

Referenced By

Defintion duration_is_positive is references by the following definitions:
DefinitionType
 time_interval_with_bounds ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:20-04:00