Create Base stations with three sectors, each one with different carriers

Hello. I am interested in creating a 5G simulation in which there are some base stations, each with 3 sectors. I would like to assign different carriers to each sector.

I have been trying to change the codes available in the examples available in launcherFiles, but I have not been successful. This happens because I did not see which interface can be used to change the parameters with:

parameters.basestation.antennas.ThreeSector;

Because such data, in the examples triggered by the simulation, receive the parameters using the params object.

the location itself that should receive the change is:

CCs(1).centerFrequencyGHz = 2.14;
CCs(1).bandwidthHz = 10e6;
CCs(1).carrierNo = 1;

BSs(1).antennaList.usedCCs = CCs(1);

However, despite knowing which location should receive the new data, I do not know how to pass the attribute using params.

Could someone indicate what such a change would be like in an example from the scenarios folder?

Thanks in advance for your help.

Hello!

It is currently not possible to perform simulations with different carriers.

The existence of the structure is misleading. If you want to simulate several carriers, you have to perform multiple simulations with one carrier in each simulation.

To extend the functionality of the simulator to perform multi-carrier or carrier aggregation simulations would require adaptations in the link quality model in order to correctly model the interference or lack of interference from transmission on other carriers.

Best,
Agnes