This methods shows how to use the APIs to set the command and data of the read transaction.
rd_transaction = mst_agent.rd_driver.create_transaction("read transaction");
rd_transaction.set_read_cmd(mtestADDR,mtestBurstType,mtestID,
mtestBurstLength,mtestDataSize);
mst_agent.rd_driver.send(rd_transaction);