Re: Incompatible function arguments

2023-08-01 Thread Elmore's
Marcus, Attached is the hier block file and the snippet of code for the callback from which I want to call the reset. Jim -- This email has been checked for viruses by AVG antivirus software. www.avg.com code snippet.py Description: Binary data Receive.py Description: Binary data

Re: Incompatible function arguments

2023-07-31 Thread Marcus Müller
    TypeError: reset(): incompatible function arguments. The following argument types are supported:     1. (self: gnuradio.blocks_python.head) –> None I’m confused since reset takes no arguments and I don’t understand the meaning of the argument types shown. Jim <http://www.avg.com/email-

Incompatible function arguments

2023-07-31 Thread Elmore's
in the following error: TypeError: reset(): incompatible function arguments. The following argument types are supported: 1. (self: gnuradio.blocks_python.head) –> None I’m confused since reset takes no arguments and I don’t understand the meaning of the argument types shown.