urx.probe_type - moduleus/urx GitHub Wiki
Type of probe.
Parameters
Parameter | Value | Description |
---|---|---|
UNDEFINED | -1 | Default. |
LINEAR | 0 | Linear and phased array. |
CURVILINEAR | 1 | Curvilinear array. |
RCA | 2 | Row-Column-Address. |
MATRIX | 3 | Matrix array, 2D array. |
SPARSE | 4 | Sparse array. |
Reserved | 5-1023 | Do not use. Theses values are reserved for future use. |
User | 1024-4095 | Reserved for user probe type. |
TODO
LINEAR vs LINEAR_PROBE vs LINEAR_ARRAY ?
SPARSE vs SPARSE_PROBE vs SPARSE_ARRAY ?
RCA vs RCA_PROBE vs RCA_ARRAY ?