XY01 Synchronisation Example: Setting a delay
The synchronization script below just gives an offset to all signal of the adapter.
// base: root cell of type ICell (usually a record cell) // insertPoint: root cell of this port of type PortScope // isync: sync interface of type IPortSync // console: console output of type MessageConsoleStream isync.setSynced(DomainValue.parse( "20ms"));About the synchronisation Open JavaDoc Reference