Author Topic: FM Scope - Script - Reset Frequency Deviation  (Read 3553 times)

m1k6

  • Newbie
  • *
  • Posts: 9
  • Hello!
FM Scope - Script - Reset Frequency Deviation
« on: October 28, 2021, 12:22:52 pm »
Hello,
how can I reset the frequency deviation in an fms script file?
I couldn't find an command for this in the manual.

Best regards.

Jan

  • Hero Member
  • *****
  • Posts: 1069
Re: FM Scope - Script - Reset Frequency Deviation
« Reply #1 on: October 28, 2021, 01:13:54 pm »
There should be no such need at all. The frequency deviation is only a number. Its value can only be obtained from the device, it cannot be changed programmatically.

If the value is no longer valid for some reason, this flag must be set in another variable.

m1k6

  • Newbie
  • *
  • Posts: 9
  • Hello!
Re: FM Scope - Script - Reset Frequency Deviation
« Reply #2 on: October 28, 2021, 01:46:40 pm »
Sorry for the confusion, I meant the frequency deviation diagram.
So I would like to reset the diagram data.

Jan

  • Hero Member
  • *****
  • Posts: 1069
Re: FM Scope - Script - Reset Frequency Deviation
« Reply #3 on: October 28, 2021, 05:35:04 pm »
The histogram is cleared in the device by command send(*C) - this is equivalent to click on the Reset button in the Frequency deviation window.
The histogram is also cleared when a new frequency is tuned.

m1k6

  • Newbie
  • *
  • Posts: 9
  • Hello!
Re: FM Scope - Script - Reset Frequency Deviation
« Reply #4 on: October 28, 2021, 09:53:05 pm »
Using send(*C) works perfectly.
Thanks!