_MultiExcitationSequenceDefine, _TriggeredAcquisition, MultiExcitationEnable, MultiExcitationEnabled, MultiExcitationSequenceSet, MultiExcitationSwitch, TrigAcq_AddChannel, TrigAcq_AddLine, TrigAcq_AddLineEx, TrigAcq_DeleteAllItems, TrigAcq_DeleteChannel, TrigAcq_DeleteLine, TrigAcq_GetChannel, TrigAcq_GetLine, TrigAcq_GetParameters, TrigAcq_GetUsedCustomDevices, TrigAcq_ModifyChannel, TrigAcq_ModifyLine, TrigAcq_SelectDevice, TrigAcq_SelectDeviceEx, TrigAcq_SetParameters, TrigAcq_UseCustomDevices
Description
MultiExcitationEnable(
int MultiExcitation_Enable
);
This function turns multi excitation ON/OFF.
Description
MultiExcitationEnabled();
This function returns TRUE or FALSE depending on if the multiexcitation is ON/OFF.
Description
int MultiExcitationSequenceSet( int *MultiExcitation_Active, intMultiExcitation_Count);
This function defines the sequence of filter positions to be used by wavelength switcher device (e.g.DG4).
Parameters
MultiExcitation_Active Multiexcitation filter sequence. Filter positions are zero-based. For example, if user specifies the sequence '0, 2' (array of length 2) then the result will be the two component image where the first component is acquired with the filter on the 1st position and the second component with the filter on the 3rd position.
See Also
_MultiExcitationSequenceDefine , MultiExcitationEnable , MultiExcitationEnabled , MultiExcitationSwitch
Description
MultiExcitationSwitch();
This function toggles the multi excitation status. When OFF, it turns it ON and vice versa.
Description
TrigAcq_AddChannel( char *ChannelName, inteDeviceType, char *DeviceName, intLaserLine, doublePower, doubleExposure, doubleFocusOffset, intImagingChannel);
Appends a channel to the Triggered Acquisition window.
Parameters
Description
TrigAcq_AddLine(
int LaserLine
);
Appends the specified line to the list of laser lines within the Triggered Acquisition control panel.
See Also
TrigAcq_AddLineEx
Description
TrigAcq_AddLineEx( intChannel, inteDeviceType, char *DeviceName, intLaserLine, doublePower);
This function adds a laser line to the specified channel in the Triggered Acquisition control panel.
Parameters
See Also
TrigAcq_AddLine
Description
TrigAcq_DeleteAllItems();
This function removes all channels from the Triggered Acquisition.
See Also
TrigAcq_AddLine , TrigAcq_AddLineEx
Description
TrigAcq_DeleteChannel(
int Channel
);
Deletes a channel from the Triggered Acquisition control panel.
Description
TrigAcq_DeleteLine( intChannel, intLine);
Deletes the specified laser line from the specified channel within the Triggered Acquisition window.
Description
TrigAcq_GetChannel( intChannel, char *ChannelName, intBufferSize, double *pExposure, double *pFocusOffset, int *pImagingChannel);
Retrieves specification of the selected Triggered Acquisition channel.
Parameters
Description
TrigAcq_GetLine( intChannel, intLine, int *peDeviceType, char *DeviceName, intBufferSize, int *pLaserLine, double *pPower);
Retrieves specification of the specified Triggered Acquisition line.
Parameters
Description
TrigAcq_GetParameters( int *piUseFocusOffset, int *piUseMoreLines, int *piUseDontSyncPower, int *piUseNonImaging, int *piUseChannelSeries, int *piUseDifferentExposures);
Returns settings of the Triggered Acquisition control window.
Parameters
Description
TrigAcq_GetUsedCustomDevices( inteDeviceType, char *DeviceName, int *pUse);
Returns whether the specified custom device is allowed within the Triggered Acquisition Advanced Settings... window.
Description
TrigAcq_ModifyChannel( intChannel, char *ChannelName, doubleExposure, doubleFocusOffset, intImagingChannel);
Modifies the specified channel settings.
Parameters
Description
TrigAcq_ModifyLine( intChannel, intLine, inteDeviceType, char *DeviceName, intLaserLine, doublePower);
Modifies the specified laser line settings.
Parameters
Description
TrigAcq_SelectDevice(
char *MultiLaserName
);
This function defines which Multi-laser device is used for Triggered Acquisition.
Parameters
See Also
TrigAcq_SelectDeviceEx
Description
TrigAcq_SelectDeviceEx( char *MultiLaserName, char *MultiLaserName2);
This function defines which combination of Multi-laser devices is used for Triggered Acquisition.
Parameters
See Also
TrigAcq_SelectDevice
Description
TrigAcq_SetParameters( intUseFocusOffset, intUseMoreLines, intUseDontSyncPower, intUseNonImaging, intUseChannelSeries, intUseDifferentExposures);
Adjusts advanced settings for the Triggered Acquisition control panel.
Parameters
Description
TrigAcq_UseCustomDevices( inteDeviceType, char *DeviceName, intUse);
This function selects your custom devices.
Description
_MultiExcitationSequenceDefine();
This function displays the Sequence Settings dialog window. The window selects filters that will be used by DG4 filter changer to create a multichannel image.
This function runs the Acquire > Triggered Acquisition menu command.
Description
_TriggeredAcquisition();
This function displays the Triggered Acquisition control window.