gr-blocks: Standardize Vector parameter name

Addresses point 1 of Issue #4615. Replaces all label instances of "Vec
Length" to "Vector Length". Also replaces "Vec Rate" to "Vector Rate"
for standardization.

Signed-off-by: Solomon Tan <solomonbstoner@yahoo.com.au>
This commit is contained in:
Solomon Tan 2021-05-18 21:47:48 +08:00 committed by mormj
parent bb1763bf25
commit d7867184ea
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ parameters:
sizeof(char), sizeof(char), '0', '0']
hide: part
- id: vlen
label: Vec Length
label: Vector Length
dtype: int
default: '1'
hide: ${ 'part' if vlen == 1 else 'none' }

View File

@ -19,7 +19,7 @@ parameters:
sizeof(char), sizeof(char), '0', '0']
hide: part
- id: vlen
label: Vec Length
label: Vector Length
dtype: int
default: '1'
hide: ${ 'part' if vlen == 1 else 'none' }

View File

@ -3,13 +3,13 @@ label: testname
parameters:
- id: vlen
label: Vec Length
label: Vector Length
category: test
dtype: int
default: '1'
hide: ${ 'part' if vlen == 1 else 'none' }
- id: out_type
label: Vec Length
label: Vector Length
dtype: string
default: complex
hide: part