====SampleStream Constructor==== This is a function of the [[class_samplestream|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|window size]] for the samples| |pointsize|int|The [[number of samples|number of time buckets]] for each window| |stepsize|int|The [[step size]] when scanning through samples| ===Returns=== Nothing