void SoftResetTrigger(TChannel Channel)
Sets the Triggered property to false but does not adjust the search range.
| # | Name | Description |
|---|---|---|
| 1 | Channel | Defines the channel to be reset. |
Result: stored in self (calling object)
Remarks:
if the buffer has not yet been overrun (catch up increased) the search for the new trigger condition will continue from the position where the last trigger was found. This call has effect only, if you are calling the Trigger method with Triggering = trSingle. Calling this routine has the same effect as simply setting the Triggered property to false.