Appearance
Fixed size formatter
Group: Formatting
Outputs packets of a fixed size.
Parameters
Output size
- Description: Number of elements in output packet
- Automation reference:
OutputSize - Type: integer
Element type
- Description: Type of elements in the packet
- Automation reference:
ElementType - Type: enumeration
| Identifier | Value | Description |
|---|---|---|
Byte | byte | 8-bit byte |
Float | float | Floating point input (32-bit single precision) |
ComplexFloat | Complex<float> | Complex number base of two 32-bit single precision values. |