mirror of
https://github.com/gnuradio/gnuradio-companion.git
synced 2025-12-10 00:42:30 -06:00
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:
parent
bb1763bf25
commit
d7867184ea
@ -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' }
|
||||
|
||||
@ -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' }
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user