urx.group - moduleus/urx GitHub Wiki

A group is a repetition of sequence.

Parameters

Parameter Datatype Description
data_type group.data_type Type of raw data.
description string Short description of the group
sampling_type group.sampling_type Type of sampling.
sequence Array of event Array of event.
sound_speed double Speed of sound in the medium, in [m/s]. Default NaN.

Notes

A group repeats the same sequence one or multiples times. The number and frequency at which the sequence repeats is stored in the group_data because it can vary from one execution to another.

Sequence

A sequence is a list of events. A sequence always repeats all of its events.

See Also

event | group.data_type | group.sampling_type