User manual

Table Of Contents
FieldMaxII-TO User Manual
68
propget MeterType([out, retval] short* );
The read only property indicating the meter type (TOP,
TO, or P). This property follows the Visual Basic 6.0
enumeration of:
Public Enum MeterType
mtTOP = 1
mtTO = 2
mtP = 3
End Enum
propget MinRange([out, retval] double* );
The read only property indicating the minimum full scale
range that the meter will accommodate. This property
automatically varies as different probes are attached.
propget MinWavelength([out, retval] long* );
The read only property indicating the minimum wave-
length that the meter will accommodate. This property
automatically varies as different probes are attached.
propget PowerState([out, retval] VARIANT_BOOL* );
The read only property indicating meter power state.
propget ProbeType([out, retval] short* );
The read only property indicating the attached probe
type. This property follows the Visual Basic 6.0
enumeration of:
Public Enum ProbeType
ptNone = 0
ptThermopile = 1
ptPyroelectric = 2
ptOptical = 3
End Enum
propget Range([out, retval] double* );
The read only property indicating the currently selected
full scale range.