Pramp
SCPI Command :
[SOURce<HW>]:BB:ARBitrary:PRAMp:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [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.
- Returns:
arb_pram_state: 1 | ON | 0| OFF
- set_state(arb_pram_state: bool) None[source]
# [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.
- Parameters:
arb_pram_state – 1 | ON | 0| OFF