How to make USD stage with RUs that can be load in AODT

Hi.
I am creating a custom map for AODT using the original generic 3d model in usd format data without using the citygml import function.
As part of this, I would like to automatically place multiple RUs at specified paramaters. This is because it is extremely inefficient to manually place many RUs (dozens or more) one by one on the graphical interface side of AODT.

Looking at the descriptions in the usda, I thought that if I could prepare a usda with a description specifying some custom aerial properties for the RUs, I could avoid having to deploy the RUs manually in AODT.
So I prepared a usda with some properties for a RU as shown below and tried to load it in AODT, but it was not applied in AODT.

def "ru_0001" (
        prepend apiSchemas = ["PhysxCookedDataAPI:triangleMesh"]
        prepend references = @../../assets/gnb.usda@
    )
    {   
        uint aerial:gnb:cell_id = 1
        double aerial:gnb:height = 10.0
        double aerial:gnb:mech_azimuth = 20.0
        double aerial:gnb:mech_tilt = 30.0
        token aerial:gnb:panel_type = "panel_01"
        double aerial:gnb:radiated_power = 40.0
        uint aerial:gnb:du_id = 1
        uchar[] physxCookedData:triangleMesh:buffer = [7, 152, 90, 10, 157, ...(omission) ..., 1, 77, 69, 83, 72, 16, 0, 0, 0, 1, 0, 0, 0, 182, 1, 0, , 0, 0, 0]
        double3 xformOp:translate = (111.1111, 222.2222, 333.3333)
    }

The parameters I want to set in RUs are panel type, position, azimuth, tilt and radiant power.
Please let me know if there is a better way to realize my idea above.

Thank you.

@takanori.yatsunami02 This feature will be available in AODT 1.2