====NextSample==== This is a function of the [[class_samplestream|samplestream]] class. ===Description=== This gets the next [[class_sample|sample]] from the SampleStream. This includes both a **time** for the sample, and a Pandas Dataframe that includes each of the query points placed into evenly-spaced time buckets. ===Parameters=== //None// ===Returns=== A [[class_sample|sample]] object if there are more samples available, or **None** if the end of the query has been reached.