WifiWave2 view current frequency

Just got a microtik hap ax2, only just getting my head around the interface, but have managed to get everything working.

However, if I’m assuming if I leave frequency blank it will automatically chose a frequency, however I can find no way to view what frequency it has chose.

can this be done and if so how.

Also any way to view what settings are used for other unset values ?

tia

Winbox
Go to wireless, could be the frequency is already shown on the first screen.
If not, double click interface and go to status.

Terminal:
/interface/wifiwave2/actual-configuration print

Thanks for the reply..
it was on double click and status…

what confused me is that it is blank on the 1st screen,

Anyone know how to display/get the frequency from the terminal/script? /interface/wifi/monitor [interface] does display this but can’t be used in a script.

Maybe:
http://forum.mikrotik.com/t/getting-status-values-for-wifiwave-interface-using-script/167299/1

Thanks - bit of a fudge but that might work.

Later… indeed it does:

:local interface [/interface/wifiwave2/monitor private-5g as-value once]; :put ($interface->“channel”);