See: Description
| Interface | Description |
|---|---|
| AcquisitionEndedEvent |
This event signifies that an acquisition has been ended.
|
| AcquisitionManager |
This interface provides access to methods related to the acquisition engine
for performing experiments.
|
| AcquisitionSequenceStartedEvent |
This variant of the AcquisitionStartedEvent is used for acquisitions that
can be described by a
SequenceSettings, it provides access to those
SequenceSettings. |
| AcquisitionSettingsChangedEvent |
The default implementation of this event posts on the Studio event bus,
so subscribe to this event using
EventManager. |
| AcquisitionStartedEvent |
This class signals that an acquisition is starting, and provides access to
the Datastore that images from the acquisition will be put into.
|
| ScopeDataUtils |
Utility functions for validating and applying ScopeData (PropertyMap from
image metadata) to hardware.
|
| ScopeDataUtils.ApplyOptions |
Options for controlling how ScopeData is applied to hardware.
|
| ScopeDataUtils.ApplyOptions.Builder |
Builder for ApplyOptions.
|
| ScopeDataUtils.ApplyResult |
Result of applying ScopeData to hardware.
|
| ScopeDataUtils.PropertyChange |
Represents a property change with both previous and new values.
|
| ScopeDataUtils.PropertyEntry |
Represents a single property entry from ScopeData.
|
| ScopeDataUtils.PropertyError |
Represents a property that failed to apply with error information.
|
| ScopeDataUtils.ValidationResult |
Result of validating ScopeData against current hardware configuration.
|
| Class | Description |
|---|---|
| ChannelSpec |
A ChannelSpec is a description of how a specific channel will be used in an
MDA (multi-dimensional acquisition).
|
| ChannelSpec.Builder |
ChannelSpec Builder.
|
| SequenceSettings |
SequenceSettings objects contain the parameters describing how to run a
single acquisition.
|
| SequenceSettings.Builder |
SequenceSettings Builder.
|