From a48652546b6744696279a21262c67d015c2293de Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Tue, 28 Jan 2025 14:41:32 +0100 Subject: [PATCH] ST_SetStimsetParameter: Mention specialities for MID_SWEEP_EVENT Close #1094 --- Packages/MIES/MIES_StimsetAPI.ipf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Packages/MIES/MIES_StimsetAPI.ipf b/Packages/MIES/MIES_StimsetAPI.ipf index 5a1ffa1e90..4ecbbb129f 100644 --- a/Packages/MIES/MIES_StimsetAPI.ipf +++ b/Packages/MIES/MIES_StimsetAPI.ipf @@ -409,7 +409,8 @@ End /// /// If you use this function in analysis functions be sure to use an event which happens *before* the stimset is read, /// for example `PRE_DAQ_EVENT`, `PRE_SET_EVENT` or `PRE_SWEEP_CONFIG_EVENT`. The last one is always called for each -/// sweep before it is configured. +/// sweep before it is configured. This also means that if you change a stimset during `MID_SWEEP_EVENT` the changes +/// will not be picked up for the current sweep. /// /// @param setName name of the stimset /// @param entry name of the parameter, can be global or epoch