Property (Read-Write)
SCPI.SENSe.FP(Ch).POWer.INPut.LEVel.MAXimum = Value
Value = SCPI.SENSe.FP(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.FP1.POWer.INPut.LEVel.MAXimum = Var
Var = SCPI.SENSe.FP1.POWer.INPut.LEVel.MAXimum
FP Menu: Setup > Max Input Level
:SENSe:FP[1-1]:POWer:INPut:LEVel:MAXimum {-45 ~ 30}
:SENSe:FP[1-1]:POWer:INPut:LEVel:MAXimum?
{-45 ~ 30} <newline><^END>
10 OUTPUT 717;":SENSe:FP1:POWer:INPut:LEVel:MAXimum 0"
20 OUTPUT 717;":SENSe:FP1:POWer:INPut:LEVel:MAXimum ?"
30 ENTER 717;A