Pramp
SCPI Command :
[SOURce<HW>]:BB:ESEQuencer:PRAMp:STATe
- class PrampCls[source]
Pramp commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:PRAMp:STATe value: bool = driver.source.bb.esequencer.pramp.get_state()
If activated, a maker signal created internally is used to control the RF pulse modulator. This leads to a better ON/OFF ratio.
- return:
rf_pow_ramp_state: 1| ON| 0| OFF
- set_state(rf_pow_ramp_state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:ESEQuencer:PRAMp:STATe driver.source.bb.esequencer.pramp.set_state(rf_pow_ramp_state = False)
If activated, a maker signal created internally is used to control the RF pulse modulator. This leads to a better ON/OFF ratio.
- param rf_pow_ramp_state:
1| ON| 0| OFF