Pmax
SCPI Command :
POWer<*>:SOA:LIMit:PMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power=Power.Default) float[source]
# POWer<*>:SOA:LIMit:PMAX value: float = driver.power.soa.limit.pmax.get(power = repcap.Power.Default)
Sets the maximum power for the mask.
- Parameters:
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)
- Returns:
power_max: 0 to 1E+26
- set(power_max: float, power=Power.Default) None[source]
# POWer<*>:SOA:LIMit:PMAX driver.power.soa.limit.pmax.set(power_max = 1.0, power = repcap.Power.Default)
Sets the maximum power for the mask.
- Parameters:
power_max – 0 to 1E+26
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)