01-09-2010 12:35 PM
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.
01-09-2010 12:42 PM - edited 01-09-2010 12:43 PM
[:SOURce]:POWer[:LEVel][:IMMediate][:AMPLitude] -130 dBm to +25 dBm
How to escape a " : " "P"?
Send the command
01-09-2010 01:18 PM
the command is being sent the problem is that the units are dB and I want them to be dBm
please see the picture.
01-09-2010 01:39 PM
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.
01-09-2010 02:56 PM