Can I create&send beacon packet?

Hi all,

I have Xbee S2C devices.
One is Coor, another is End and they communicate well.
Now I wanna make some python program for creating&sending Zigbee raw packet by using open source python library named “digi_xbee-1.1.1”
Can I create & send raw packet such as beacon with the python library?

Thank you
HJ

The XBee will automatically respond to appropriate Beacon Requests with a Beacon. You cannot directly control this process as the XBee presents a high-level interface and does not allow sending such low-level frames directly.

Thank you for your reply,
It helps me a lot.