User manual

Table Of Contents
FieldMaxII-TO User Manual
64
method SpeedupHostDataCommand([in]
VARIANT_BOOL CommandOption);
The method to enable or disable application of ther-
mopile speedup to the host data output channel. Valid
CommandOption values are 0 for disabled and non-zero
for enabled.
method SpeedupMeterCommand([in] VARIANT_BOOL
CommandOption);
The method to enable or disable application of ther-
mopile speedup to the simulated analog meter. Valid
CommandOption values are 0 for disabled and non-zero
for enabled.
method StatisticsModeCommand([in] short Command
Option);
The method to set the statistics mode. Valid Comman-
dOption values follow the Visual Basic 6.0 enumeration
of:
Public Enum StatisticsMode
smOff = 1
smMax = 2
smMin = 3
smMean = 4
smStdv = 5
End Enum
method TriggerLevelCommand([in] short Command
Option);
The method to set the pulse trigger level in percent. This
parameter has effect only when a pyroelectric probe is
attached. Valid CommandOption values range from 2 to
20.