The .waves.syn files contain binary data in big-endian format. Each time Tosca retrieves analog data from Synapse, it appends a block to the .waves.syn file in the following format
Precision
|
Length
|
Description
|
uint32
|
2
|
[Nsources Npts]
|
double
|
Nsources X Npts
|
analog data
|
The sources correspond to the 4-character codes specified on the Tosca Connections dialog, in the order they were specified.
|