neighbors, but it still communicates with other PakBus data loggers and wireless sensors. It
cannot be used as a means of reaching (routing to) other data loggers.
lf
Line feed. Often associated with carriage return (<cr>). <cr><lf>.
linearity
The quality of delivering identical sensitivity throughout the measurement.
local variable
A variable available for use only by the subroutine in which it is declared. The term
differentiates local variables, which are declared in the Sub() and Function() instructions,
from global variables, which are declared using Public or Dim.
LoggerLink
Mobile applications that allow a mobile device to communicate with IP, wi-fi, or Bluetooth
enabled data loggers.
LoggerNet
Campbell Scientific's data logger support software for programming, communications, and
data retrieval between data loggers and a computer.
LONG
Data type used when declaring integers.
loop
A series of instructions in a CRBasic program that are repeated for a programmed number of
times. The loop ends with an End instruction.
loop counter
Increments by one with each pass through a loop.
Appendix C. Glossary275