LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need to configure the amplitude (dBm) for an agilent N5181A

I am using LabVIEW to configure the frequency and amplitude for an agilent N5181A, I am having problems finding a way to setup the amplitude correctly as the drivers for this Signal Generator do not show a control for the amplitude.

 

 

LabVIEW Intermediate I level!
0 Kudos
Message 1 of 5
(3,025 Views)

Command ref

[:SOURce]:POWer[:LEVel][:IMMediate][:AMPLitude] -130 dBm to +25 dBm

             How to escape a " : " "P"?

 

Send the command

Message Edited by Jeff Bohrer on 01-09-2010 12:43 PM

"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 5
(3,024 Views)

the command is being sent the problem is that the units are dB and I want them to be dBm

please see the picture.

 

LabVIEW Intermediate I level!
0 Kudos
Message 3 of 5
(3,014 Views)

There are controls for power (in dBm) and power offset (I assume a correction factor for path losses so that you can set power at target).  

dBm is a logrithmic ratio of 1mW and has a magnitude and SI units V*A

dB is just a log ratio and has no unit (like % and ppm)

 

So  XdBm + YdB does equal X+YdBm.  


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 5
(3,004 Views)
by enabling the power reference to off I was able to send the value in dBm, thanks !
LabVIEW Intermediate I level!
0 Kudos
Message 5 of 5
(2,995 Views)