X-Git-Url: https://git.gag.com/?p=debian%2Fgnuradio;a=blobdiff_plain;f=grc%2Fblocks%2Fwxgui_scopesink2.xml;fp=grc%2Fblocks%2Fwxgui_scopesink2.xml;h=eba45f48981af825c5ec658017b3e221b2e00f43;hp=503d529727662578e219011abf2117c6c8e574aa;hb=8a9ddbb0675f9bfcc6e03b457fba6c79474a3693;hpb=82d471b9b4a8b389b5da44b19c69c36420828382 diff --git a/grc/blocks/wxgui_scopesink2.xml b/grc/blocks/wxgui_scopesink2.xml index 503d5297..eba45f48 100644 --- a/grc/blocks/wxgui_scopesink2.xml +++ b/grc/blocks/wxgui_scopesink2.xml @@ -15,10 +15,14 @@ scopesink2.$(type.fcn)( title=$title, sample_rate=$samp_rate, v_scale=$v_scale, + v_offset=$v_offset, t_scale=$t_scale, ac_couple=$ac_couple, xy_mode=$xy_mode, num_inputs=$num_inputs, +#if $win_size() + size=$win_size, +#end if ) #if not $grid_pos() $(parent).Add(self.$(id).win) @@ -59,19 +63,28 @@ $(parent).GridAdd(self.$(id).win, $(', '.join(map(str, $grid_pos())))) v_scale 0 real + #if $v_scale() then 'none' else 'part'# + + + V Offset + v_offset + 0 + real + #if $v_offset() then 'none' else 'part'# T Scale t_scale 0 real + #if $t_scale() then 'none' else 'part'# AC Couple ac_couple False - enum - #if $ac_couple() == 'True' then 'none' else 'part'# + bool + #if $ac_couple() then 'none' else 'part'#