discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Output variables - Python Block


From: Artur Nogueira
Subject: Re: Output variables - Python Block
Date: Wed, 22 Apr 2020 11:30:16 -0300

Thank you very much, Derek! =)

Best regards
Artur

Em qua., 22 de abr. de 2020 às 05:55, Derek Kozel <address@hidden> escreveu:
Hi Artur,

Yes, the Python Block follows the same API as other blocks so the
input/output signatures can be defined as a list.

in_sig = [np.complex64, np.float32, np.float32]

On 22/04/2020 04:09, Artur Nogueira wrote:
> Hi all,
>
> Is it possible to make the 'work' function from the Python Block to
> export an arbitrary number of variables, with different associated
> types? E.g. 3 output variables, 1 being complex64 and the other 2
> being float32.
>
> Best regards,
> Artur


reply via email to

[Prev in Thread] Current Thread [Next in Thread]