Ident |
Type |
Attributes |
Description |
TypeIdent |
String |
public readonly |
Contains the type ident of the class. |
RecordVersion |
Int |
public readonly |
Record version of the request received.
Current version supported is (bytewise hex-decoded): 0x01000200, i.e. V1.0.2.0 |
MeasTypeCode |
Int |
public readonly |
Type of the measurement requested.
Legal values are listed here. |
IsTestMeas |
Bool |
public readonly |
TRUE if the measurement requested is a test measurement. |
IsPointMeas |
Bool |
public readonly |
TRUE if the measurement requested is a point measurement. |
PixelNumber_X |
Int |
public readonly |
Number of pixels in x-direction for image scans.
Parameter is ignored for point measurements. |
PixelNumber_Y |
Int |
public readonly |
Number of pixels in y-direction for image scans.
Parameter is ignored for point measurements. |
ScanningPattern |
Int |
public readonly |
Scanner working mode for image scans.
Parameter is ignored for point measurements. Legal values are listed here. |
SpatialResolution |
Float |
public readonly |
Pixelresolution for image scans in μm.
Parameter is ignored for point measurements. |
OptionalParameters |
HeaderEntry[*] |
public readonly |
Additional Parameters are added to the data file in creation as informative comments.
The following two parameters, however, have additionally impact on the storage administration of the workspace:
Filename Name of the TTTR-file (without the extension
"*. ptu ") to store the data measured
Groupname Name of the group (i.e. a subdirectory of the current
working directory) to add the file to |