Scanning and Sweeping
Choose a measurement paradigm based on your needs.
Since version 2.1, ScopeFoundry provides two built in measurements in which the following cycling repeats:
- Change the position, voltage, … in predetermined way
- Collect data
For this common task ScopeFoundry provides several solutions. Read the following to decide which fits your task:
For spatial scanning:
- requires subclassing and override a view methods.
- Natively has a concept of spatiality in 2D and 3D, which gives end-users an advanced interaction experience.
For generic setting sweeping:
- Works out of the Box! This Measurement can collect data and run other measurements without subclassing.
- Easier to extend with additional data channels by providing a flexible data structure and composing multiple
Collector
classes. - Currently supports 1, 2 and 4 dimensional sweeping.
- New in ScopeFoundry 2.1 and is still experimental. Internal working is subject to change
For your own Measurement from scratch consider using this shortcut.
Create mapping measurements.
Out-of-the-box setting sweeps and data collection.