Pramp
SCPI Command :
[SOURce<HW>]:BB:ARBitrary: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:ARBitrary:PRAMp:[STATe] value: bool = driver.source.bb.arbitrary.pramp.get_state()
If activated, the burst gate marker signal included in the ARB waveform file is used as marker signal for the pulse modulator.
- return
arb_pram_state: 1| ON| 0| OFF
- set_state(arb_pram_state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:PRAMp:[STATe] driver.source.bb.arbitrary.pramp.set_state(arb_pram_state = False)
If activated, the burst gate marker signal included in the ARB waveform file is used as marker signal for the pulse modulator.
- param arb_pram_state
1| ON| 0| OFF