Forum
Please or Register to create posts and topics.

Writing frequencies as log in Alert

Hello community,

After the area I set in spectrum condition, I print a warning as a log in the alert section, but I also want to log which frequencies are captured, how can I do this?

 

Thanks.

The Alert block does not support that as the corresponding data is not available outside the Spectrum Condition block.

There are two options to handle this:

  • use a Script block with custom logic to replace both Spectrum Condition and Alert blocks.
  • define separate conditions for different frequency ranges to be monitored and just specify them in the alert message (e.g. C0 = 2410-2420 MHz, C1 = 2420-2430 MHz and so on).