Property (Read-Write)
SCPI.SENSe.TR(Ch).POWer.INPut.LEVel.MAXimum = Value
Value = SCPI.SENSe.TR(Ch).POWer.INPut.LEVel.MAXimum
This command sets/gets max input level, for the selected channel Ch.
|
Parameter |
Value |
|
Description |
Max Input Level |
|
Data Type |
Double precision floating point type (Double) |
|
Range |
-45 ~ 30 |
|
Preset Value |
0 |
|
Unit |
dBm |
|
Resolution |
100m |
|
Preset Effect |
Yes |
|
Save-Recall Effect |
Yes |
|
Error |
- |
Dim Var as Double
Var= 0
SCPI.SENSe.TR1.POWer.INPut.LEVel.MAXimum = Var
Var = SCPI.SENSe.TR1.POWer.INPut.LEVel.MAXimum
TR Menu: Setup > Max Input Level
:SENSe:TR[1-1]:POWer:INPut:LEVel:MAXimum {-45 ~ 30}
:SENSe:TR[1-1]:POWer:INPut:LEVel:MAXimum?
{-45 ~ 30} <newline><^END>
10 OUTPUT 717;":SENSe:TR1:POWer:INPut:LEVel:MAXimum 0"
20 OUTPUT 717;":SENSe:TR1:POWer:INPut:LEVel:MAXimum ?"
30 ENTER 717;A