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()

Limits the maximum RF output level in CW and sweep mode. It does not influence the ‘Level’ display or the response to the query [:SOURce<hw>]:POWer[:LEVel][:IMMediate][:AMPLitude].

return

amplitude: float Range: depends on the installed options

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

Limits the maximum RF output level in CW and sweep mode. It does not influence the ‘Level’ display or the response to the query [:SOURce<hw>]:POWer[:LEVel][:IMMediate][:AMPLitude].

param amplitude

float Range: depends on the installed options