diff options
author | SARA <sara.halter@ost.ch> | 2021-11-29 16:35:06 +0100 |
---|---|---|
committer | SARA <sara.halter@ost.ch> | 2021-11-29 16:35:06 +0100 |
commit | 63eb10396d2b5ca3a10c5fdcd6412fb7d3aada94 (patch) | |
tree | 4e12ccde966be9b804c885e5e3825a96e1279be3 /src/gr-fadingui/grc | |
parent | überprüfung Delay (diff) | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | Fading-63eb10396d2b5ca3a10c5fdcd6412fb7d3aada94.tar.gz Fading-63eb10396d2b5ca3a10c5fdcd6412fb7d3aada94.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '')
-rw-r--r-- | src/gr-fadingui/grc/fadingui_multipath_fading.block.yml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/gr-fadingui/grc/fadingui_multipath_fading.block.yml b/src/gr-fadingui/grc/fadingui_multipath_fading.block.yml index e116467..1d374ac 100644 --- a/src/gr-fadingui/grc/fadingui_multipath_fading.block.yml +++ b/src/gr-fadingui/grc/fadingui_multipath_fading.block.yml @@ -12,12 +12,19 @@ templates: # * label (label shown in the GUI) # * dtype (e.g. int, float, complex, byte, short, xxx_vector, ...) parameters: -- id: amplitudes - label: Amplitudes - dtype: raw - id: delays label: Delays + dtype: complex_vector +- id: amplitudes + label: Amplitudes dtype: raw +- id: los + label: LOS/NLOS + options: ['True', 'False'] + option_labels: ['LOS', 'NLOS'] + #default: 'False' + dtype: bool + #hide: ${ 'none' if los == 'False' else 'part' } # Make one 'inputs' list entry per input and one 'outputs' list entry per output. # Keys include: |