It seems to me that the only way to change the "SaveMode" (single or multi) settings of a DefaultDatastore is through the MDA dialog.
If one wants to run an acquisition with the AcquisitionManager from a plugin, it would be helpful to be able to store the SaveMode in the SequenceSettings. Then within the DefaultAcquisitionManager runAcquisition(...) methods, the DefaultDatastore save mode could be changed.
(if you feel this is a good idea, I can probably create a pull request)
EDIT: I overlooked the UserProfile in which it is stored. I guess one can set the value of this parameter through the current profile, but it is a parameter we often change so it would make sense given our use to have it more exposed (if it makes sense obviously).
It seems to me that the only way to change the "SaveMode" (single or multi) settings of a DefaultDatastore is through the MDA dialog.
If one wants to run an acquisition with the AcquisitionManager from a plugin, it would be helpful to be able to store the SaveMode in the SequenceSettings. Then within the DefaultAcquisitionManager runAcquisition(...) methods, the DefaultDatastore save mode could be changed.
(if you feel this is a good idea, I can probably create a pull request)
EDIT: I overlooked the UserProfile in which it is stored. I guess one can set the value of this parameter through the current profile, but it is a parameter we often change so it would make sense given our use to have it more exposed (if it makes sense obviously).