🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Network Planning with API

User: "Tianhang Yu_20657"
Altair Community Member
Updated by Tianhang Yu_20657

Hi, 

I have 100 odb files and intend to calculate the received power of these networks using Winprop API. I have perused the documentation and attempted to execute the C++ sample named 'outdoor_propagation'. However, the sample is using an opb file. How do I get an opb file?

Thank you,

Tianhang Yu

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Reiner_Hoppe"
    Altair Employee
    Accepted Answer
    Updated by Reiner_Hoppe

    Hi,

    instead of the preprocessed .opb file you can also use the raw .odb file in the API.

    You just need to adapt the GeneralParameters.BuildingsMode from BUILDINGSMODE_UDP to BUILDINGSMODE_BINARY. Please see the #defines in OutdoorPlugIn.h.

    Best regards

    Reiner