User manual

Table Of Contents
FieldMaxII-TO User Manual
62
method BatchSizeSecondsCommand([in] long
CommandOption);
The method to set the statistics batch size in seconds.
This parameter has effect only when a thermopile or
optical probe is attached. Valid CommandOption values
range from 1 to 99999.
method HertzModeCommand([in] VARIANT_BOOL
CommandOption);
The method to enable or disable frequency display mode.
This parameter has effect only when a pyroelectric probe
is attached. Valid CommandOption values are 0 for
disabled and non-zero for enabled.
method HoldModeCommand([in] VARIANT_BOOL
CommandOption);
The method to enable or disable display hold mode. This
parameter has effect only with a TO meter. Valid
CommandOption values are 0 for disabled and non-zero
for enabled.
method MeasurementModeCommand([in] short
CommandOption);
The method to set the measurement mode (Watts or
Joules). Valid ComandOption values follow the Visual
Basic 6.0 enumeration of:
Public Enum MeasurementMode
mmJoules = 1
mmWatts = 2
End Enum