Custom Operations - ETAS MDA V8.6 User Manual

Table of Contents

Advertisement

9.3

Custom Operations

What
Average
AND
OR
XOR
Const
MDA V7
Migrated formula in MDA V8
Average (signal)
Accumulate_Prefix_Average
(signal)
BinaryAND (signal, mask)
If a measure signal is used:
Raw(signal) & mask
If a value is used:
notsignal & mask
BinaryOR (signal, mask)
If a measure signal is used:
Raw(signal) | mask
If a value is used:
notsignal | mask
BinaryXOR (signal, mask)
If a measure signal is used:
Raw(signal) ^ mask
If a value is used:
notsignal ^ mask
Const (value)
value
Comment
Average since measure start.
All measure signal arguments are wrapped
by the Raw function.
Time range: From start
All measure signal arguments are wrapped
by the Raw function.
Time range: From start
All measure signal arguments are wrapped
by the Raw function.
Time range: From start
The dialogue in MDA V7 restricts the raster
selection to the fixed time raster.
Time range: From start

Advertisement

Table of Contents
loading

Table of Contents