Limit

SCPI Command :

[SOURce<HW>]:POWer:LIMit:[AMPLitude]
class LimitCls[source]

Limit commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_amplitude() float[source]
# SCPI: [SOURce<HW>]:POWer:LIMit:[AMPLitude]
value: float = driver.source.power.limit.get_amplitude()

Sets the upper limit of the RF signal power. An instrument preset does not affect this value. A factory preset (method RsSgt.System.Fpreset.set) sets the specified factory upper limit value.

return:

amplitude: float Range: -120 to 25

set_amplitude(amplitude: float) None[source]
# SCPI: [SOURce<HW>]:POWer:LIMit:[AMPLitude]
driver.source.power.limit.set_amplitude(amplitude = 1.0)

Sets the upper limit of the RF signal power. An instrument preset does not affect this value. A factory preset (method RsSgt.System.Fpreset.set) sets the specified factory upper limit value.

param amplitude:

float Range: -120 to 25