[BangPypers] line understanding problem

Pradeep Gowda pradeep at btbytes.com
Fri Oct 9 05:36:21 CEST 2009


On Thu, Oct 8, 2009 at 11:22 PM, harshal jadhav
<jadhav.harshal at gmail.com> wrote:
> though i get the output but i also get the following statement
> <gr_block sig_source_f (1)>
>
> i donot understand what this line means. My aim is to capture the samples of
> src0. for that purpose i have given print src0 command.

try this line instead:

    print dir(src0)

this will give you the list of properties and methods available on that object.
You might be able to identify the property/method that will give you
access to the samples.


More information about the BangPypers mailing list