46
5.2.5
NOP Command
Short description:
This command allows to set the number of peak to evaluate.
WARNING
:
In confocal mode, if less than NOP peeks are detected, all thicknesses signals will be invalidated because peek identification is not possible.
Command syntax:
$NOP <I>
Param: <I> is Number of Peak from 1 to 16
Command
Description
NET
$NOP 3
Response: $NOP 3[CR]ready[CR/LF].
Write Number of Peak (3)
Client.NumberOfPeaks = 3;
$NOP ?
Response: $NOP ? 3ready[CR/LF].
Read Number of Peak
int
Number = Client.NumberOfPeaks;