SampleStream Constructor
This is a function of the samplestream class.
Description
This sets up the basic parameters of a SampleStream object.
Parameters
| Parameter | Type | Meaning |
|---|---|---|
| server | ardiapi.Server | A Server object from the ardiapi library for the server to query |
| query | string | The query to run |
| windowsize | int | The window size for the samples |
| pointsize | int | The number of time buckets for each window |
| stepsize | int | The Step Size when scanning through samples |
Returns
Nothing