Brief question involving optfir.low_pass()

Is there any way to determine the order of the filter that
optfir.low_pass()
is generating in any given case? It works properly, but knowing the
order
would be beneficial to my group’s documentation.

View this message in context:
http://www.nabble.com/Brief-question-involving-optfir.low_pass()-tp22670322p22670322.html
Sent from the GnuRadio mailing list archive at Nabble.com.

optfir.low_pass() returns the coefficients for the desired filter, use
the
python len() method to get the number of taps.

Kieran