Hi All,
I am using an input port of type double to trigger my method. Irrespective of whether I give dont_initialize() property to the method or not, the method is getting triggered once during initialization phase. It is not triggering when there is a change in the value of the port to which the method is sensitive to.
I also tried giving
.value_changed_event()
to the port. How should I handle this? Thanks in advance for your inputs
Best Regards,
Karthik Rao