_ND_CreateParallelStimulationExp, _ND_CreateSequentialStimulationExp, _ND_CreateSimultaneousStimulationExp, EnableTapToFrap, ND_RunSequentialStimulationExp, ND_RunSimultaneousStimulationExp, ND_StimulationAppendPhase, ND_StimulationCommand, ND_StimulationPoint, ND_StimulationResetPhases, ND_StimulationSimultaneousAcquisition, ND_StimulationSimultaneousStimulation, ND_TriggerManualStimPhase
Description
EnableTapToFrap(
int Enabled
);
It turns on the GalvoXY mode, in which your mouse cursor over the live image turns into a spiral and you can click into the live to burn (stimulate) the spiral into the image with a laser without drawing a ROI.
Description
ND_RunSequentialStimulationExp();
This function starts current Sequential Stimulation ND experiment. To define parameters, run the _ND_CreateSequentialStimulationExp function.
Description
ND_RunSimultaneousStimulationExp();
This function starts the current Simultaneous Stimulation ND experiment. To define parameters, run the _ND_CreateSimultaneousStimulationExp function.
Description
ND_StimulationAppendPhase( intPhaseType
, doubleND_TimeInterval
, doubleND_TimeDuration
);
The function appends a time phase to the current sequential stimulation experiment.
Description
ND_StimulationCommand(
char *ND_TimeCommand
);
This function sets a macro command to be performed at the beginning of each phase of the sequential stimulation experiment.
Description
ND_StimulationPoint( intEnabled
, intX1
, intY1
);
With a confocal microscope, this function sets and turns ON/OFF a stimulation point.
Description
ND_StimulationResetPhases();
The function removes all phases settings of the current sequential stimulation experiment.
Description
ND_StimulationSimultaneousAcquisition(
double ND_TimeDuration
);
It sets the duration of the Acquisition phase of the simultaneous stimulation ND experiment.
Description
ND_StimulationSimultaneousStimulation( doubleStimulationWait
, doubleND_TimeInterval
, doubleND_TimeDuration
, intManualStart
);
It sets the parameters of the Stimulation/Bleaching phase of the simultaneous stimulation ND experiment.
Parameters
Description
ND_TriggerManualStimPhase();
The function starts the stimulation phase of a simultaneous stimulation experiment, if in the Manual Start mode.
This function runs the Applications > 6D > Define/Run Parallel Stimulation command.
Description
_ND_CreateParallelStimulationExp();
This function displays the Parallel Stimulation window.
This function runs the Applications > 6D > Define/Run Sequential Stimulation command.
Description
_ND_CreateSequentialStimulationExp();
This function displays the Sequential Stimulation window.
This function runs the Applications > 6D > Define/Run Simultaneous Stimulation command.
Description
_ND_CreateSimultaneousStimulationExp();
This function displays the Simultaneous Stimulation window.