_NDInformationProperties, AddNDInformation, RemoveNDInformation, ShowNDInformation, ToggleNDInformation
Description
AddNDInformation(
char *NDInformationType
);
This function adds an ND information object to the current ND image. User can specify which information will be displayed.
Parameters
NDInformationType
This parameter specifies what ND information will be displayed. The information always relates to current frame. If the selected information is not available within the ND or LIVE image, it will not be displayed.
Acquisition Time | |
Time from the start of live image (LIVE) | |
X coordinate | |
Y coordinate | |
Z coordinate | |
Current X coordinate (ND/LIVE) | |
Current Y coordinate (ND/LIVE) | |
Current position of the Z drive (ND/LIVE) | |
Current position of a primary Z drive (ND/LIVE) | |
Current position of a secondary Z drive (ND/LIVE) | |
PFS offset value | |
PFS status | |
See below |
Note
Other information can be displayed depending on what peripheral devices are connected. To see all info available for display, right-click the image and select [Show ND Information], right-click on the ND information area and select [ND Info Properties]. A window appears where all available items are listed. If added to the top field, the name of the info and the NDInformationType parameter are displayed in the following form, for example: Live Time: <link:NDInfo IMAGEINFO_LIVETIME>. Use the "IMAGEINFO_LIVETIME" as the parameter of this function to display Live Time: AddNDInformation("IMAGEINFO_LIVETIME");
See Also
ND_SetRecordingDataDouble, ND_SetRecordingDataInt, ND_SetRecordingDataString
This function runs the Show ND Information command.
Description
ShowNDInformation(
int ShowNDInformation
);
This function displays available ND information (information about current frame of an ND2 document or live image).