Measure Reference Manual

to^time
input
FIXED:value
is the stop time of the measurement window. Specify to^time as a Julian date based on local
civil time in four-word-by-one-microsecond format as provided by the system procedure
JULIANTIMESTAMP. (See the Guardian Procedure Calls Reference Manual.) A value of -1
signifies the end of the measurement. If no to^time is specified, the default is -1.
timetol
input
FIXED:value
is a tolerance value to be applied to the time window bounded by from^time and to^time,
effectively decreasing from^time by timetol and increasing to^time by the same amount.
A value of -1 widens the time window to include the latest record earlier than from^time and
the earliest record later than to^time. If no timetol is specified, the default is -1.
version
input
INT:value
is the Measure product version when the data file was created. The value consists of two parts.
Bits 0:7 contain an alphabetic character (for example, D), and bits 8:15 contain a numeric
value (for example, 30). Together they express the product version (for example, D30).
all^recs
input
INT:value
requests all interval records within the specified window if the value 1 is passed. If omitted or
0, only summary records are returned.
zero^reports
input
INT:value
requests the exclusion of zero records if the value 0 is passed. If omitted or 1, zero records
are returned.
totals
input
INT:value
is a value of 0, 1, or 2, which indicates:
(Default) Omit total record; include individual counter records.0
Include individual records and total record.1
Omit individual counter records; include total record.2
loadid
input
INT .EXT:ref:4
is an 8-byte string to be included in all records returned. If no loadid is specified, the default
is blank (spaces).
if^item
input
446 Measure Callable Procedures