The issue has solved as below:

The accessor method "poll_complex_gain" defined in its
*randphpert4_f_impl.h* file as below:
gr_complex poll_complex_gain() const { return d_complex_gain; }  

The accessor method is added in the include/*.h file (*randphpert4_f.h*) as
a virtual member function 
virtual gr_complex poll_complex_gain() const=0; 




--
View this message in context: 
http://gnuradio.4.n7.nabble.com/Error-in-using-Accessor-method-in-GNU-Radio-3-7-AttributeError-Object-has-no-attribute-tp61855p63499.html
Sent from the GnuRadio mailing list archive at Nabble.com.

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to