Notifications
Clear all

Setting RMS and Peak detector

4 Posts
2 Users
0 Likes
9,701 Views
(@wooders)
Eminent Member
Joined: 14 years ago
Posts: 30
Topic starter  

I am trying to set the RMS detector (as opposed to Peak) in the P-Code but I am unable to find the variable name or setenv number. Can you advise please?

The original Point and Click Interface was a Smith and Wesson.


   
Quote
(@moderator)
Noble Member Admin
Joined: 14 years ago
Posts: 1044
 

Its SV_SAMPPROC or 0Eh (see NF API).
0xEh = 0 -> RMS
0xEh = 1 -> Min/Max

Snip


   
ReplyQuote
(@wooders)
Eminent Member
Joined: 14 years ago
Posts: 30
Topic starter  

Thanks for that. It is listed in the API, just not described..

How about the setting for RMS and Peak in the HF code, what is that?

The original Point and Click Interface was a Smith and Wesson.


   
ReplyQuote
(@moderator)
Noble Member Admin
Joined: 14 years ago
Posts: 1044
 

Its SV_PULSEMODE or 0Ah (see HF API).
0xAh = 0 -> RMS
0xAh = 1 -> Min/Max

Snip


   
ReplyQuote
Share: