class.probe_type - moduleus/urx GitHub Wiki
Probe_type
Type of probe.
Parameters
| UAC | URX | 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. |