Visible to Intel only — GUID: hco1423077185892
Ixiasoft
Visible to Intel only — GUID: hco1423077185892
Ixiasoft
14.4.53. Sequence
The input acts as an enable for this sequence. Usually, this block initializes with an array of Boolean pulses of length period. The first step_value entries are zero, and the remaining values are one.
A counter steps along this array, one entry at a time, and indexes the array. The output value is the contents of the array. The counter is initialized to initial_value. The counter wraps at step period, back to zero, to index the beginning of the array.
Parameter | Description |
---|---|
Output data type mode | Determines how the block sets its output data type:
|
Output data type | Specifies the output data type. For example, sfix(16), uint(8). |
Output scaling value | Specifies the output scaling value. For example, 2^-15. |
Sequence setup | A vector that specifies the counter in the format: [<initial_value> <step_value> <period>] For example, [0 50 100] |
Signal | Direction | Type | Description | Vector Data Support | Complex Data Support |
---|---|---|---|---|---|
a | Input | Boolean | Sequence enable | Yes | No |
q | Output | Boolean | Result | Yes | No |