:SERVice:SWEep:POWer:MAXimum
Description
This command reads out the upper limit of the source power in dBm.
Note
To get an overview about the valid limits please refere to Bode 100 technical data or Bode 500 technical data.
| Syntax | Response |
|---|---|
:SERVice:SWEep:POWer:MAXimum? |
<numeric> |
| Response value | meaning |
|---|---|
<numeric> |
the maximum source power in dBm |
Sample usage
Get the maximum supported power in dBm (e.g. value for Bode 100).
Input:
var visaSession = new TcpipSocket(VISA_RESOURCENAME); visaSession.RawIO.Write(":SERVice:SWEep:POWer:MAXimum?\n"); Console.WriteLine(visaSession.RawIO.ReadString());
Output:
13