We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb5339 commit f3b6498Copy full SHA for f3b6498
data/ap238/ap238-aim-long.exp
@@ -3891,11 +3891,11 @@ ENTITY grooving_turning_operation
3891
WR3: (verify_optional_action_property (SELF, 'allowance')) AND
3892
(verify_length_measure_action_property (SELF, 'allowance'));
3893
3894
- -- allowance propery required for roughing
+ -- allowance property required for roughing
3895
WR4: NOT (SELF.description = 'roughing') OR
3896
(verify_required_action_property (SELF, 'allowance'));
3897
3898
- -- allowance propery forbidden for cutting in
+ -- allowance property forbidden for cutting in
3899
WR5: NOT (SELF.description = 'cutting in') OR
3900
(0 = SIZEOF (get_action_property (SELF, 'allowance')));
3901
END_ENTITY; -- 10303-238: integrated_cnc_schema
0 commit comments