Limit
SCPI Command :
[SOURce<HW>]:POWer:LIMit:[AMPLitude]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_amplitude() float[source]
# [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 method
RsSmw.source.power.level.immediate.amplitude().- Returns:
amplitude: float Range: depends on options
- set_amplitude(amplitude: float) None[source]
# [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 method
RsSmw.source.power.level.immediate.amplitude().- Parameters:
amplitude – float Range: depends on options