Hi. I want to set amplitude value in Agilent N5181A. Vaule - flaot type, unit is DBM, DBUV, DBUVEMF, V, VEMF,DB.
When i try set frequency it's work, but i can't undertstand. Why i can't set amplitude ? What i doing wrong? Thanks.
defset_level(self, value, unit😞
cmd =':POW {}{}'.format(value, unit)
self.write(cmd)