Skip to main content

valueIsPositive

Short summary

This assertion method checks if the current value is positve

Parameters

NameTypeCommentKind
currentValue__XINTcurrent value to checkinput
messageAssertMessagemessage if the assertion is falseinput

Code

Declaration

METHOD valueIsPositive
VAR_INPUT
(* current value to check *)
currentValue :__XINT;
(* message if the assertion is false *)
message :AssertMessage;
END_VAR