Re: Output variables - Python Block

2020-04-22 Thread Artur Nogueira
Thank you very much, Derek! =) Best regards Artur Em qua., 22 de abr. de 2020 às 05:55, Derek Kozel 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]

Re: Output variables - Python Block

2020-04-22 Thread Derek Kozel
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 t

Output variables - Python Block

2020-04-21 Thread Artur Nogueira
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