Keeping Track of Events

Automation Server Add Bookmark command will automatically add a book mark to the last frame currently in the capture buffer.

Consider this scenario. You have set up your automation script but you want to keep track of the specific events, for example when you start streaming music from your smart phone to a Bluetooth speaker. The

Add Bookmark;String=StartMusicStream

In this scenario the Add Bookmark command may be used with TCL conditional statements to detect and guide the event actions. The string parameter will be the name on the bookmark for your saved or exported data capture. When analyzing the automated capture session at a later date you can use the bookmark to localize your analysis to the event.

Next....