Currently you run the trace function on the beamline without providing any parameters:
bl = rayx.import_beamline(rml_file)
rays_df = bl.trace()
Therefore, sequential tracing, attribute filtering, etc. is not available for Python users.
It would be great to have these parameters exposed in the bindings.