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.
|
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.
|