PreSweep

SCPI Commands :

[SOURce<HW>]:BB:PRAMp:RAMP:PRESweep:STATe
[SOURce<HW>]:BB:PRAMp:RAMP:PRESweep:TIME
[SOURce<HW>]:BB:PRAMp:RAMP:PRESweep:[LEVel]
class PreSweepCls[source]

PreSweep commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_level() float[source]
# SCPI: [SOURce<HW>]:BB:PRAMp:RAMP:PRESweep:[LEVel]
value: float = driver.source.bb.pramp.ramp.preSweep.get_level()

Sets the pre-sweep power. To activate pre-sweep, use command [:SOURce<hw>]:BB:PRAMp:RAMP:PRESweep:STATe.

return

pre_sweep_level: float Range: 0 to 20, Unit: dB

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:PRAMp:RAMP:PRESweep:STATe
value: bool = driver.source.bb.pramp.ramp.preSweep.get_state()

Activates the pre-sweep. To determine the pre-sweep power, use command [:SOURce<hw>]:BB:PRAMp:RAMP:PRESweep[:LEVel].

return

enable_pre_sweep: 1| ON| 0| OFF

get_time() float[source]
# SCPI: [SOURce<HW>]:BB:PRAMp:RAMP:PRESweep:TIME
value: float = driver.source.bb.pramp.ramp.preSweep.get_time()

Queries the calculated pre-sweep time.

return

pre_sweep_time: float Range: 0 to 20

set_level(pre_sweep_level: float) None[source]
# SCPI: [SOURce<HW>]:BB:PRAMp:RAMP:PRESweep:[LEVel]
driver.source.bb.pramp.ramp.preSweep.set_level(pre_sweep_level = 1.0)

Sets the pre-sweep power. To activate pre-sweep, use command [:SOURce<hw>]:BB:PRAMp:RAMP:PRESweep:STATe.

param pre_sweep_level

float Range: 0 to 20, Unit: dB

set_state(enable_pre_sweep: bool) None[source]
# SCPI: [SOURce<HW>]:BB:PRAMp:RAMP:PRESweep:STATe
driver.source.bb.pramp.ramp.preSweep.set_state(enable_pre_sweep = False)

Activates the pre-sweep. To determine the pre-sweep power, use command [:SOURce<hw>]:BB:PRAMp:RAMP:PRESweep[:LEVel].

param enable_pre_sweep

1| ON| 0| OFF

set_time(pre_sweep_time: float) None[source]
# SCPI: [SOURce<HW>]:BB:PRAMp:RAMP:PRESweep:TIME
driver.source.bb.pramp.ramp.preSweep.set_time(pre_sweep_time = 1.0)

Queries the calculated pre-sweep time.

param pre_sweep_time

float Range: 0 to 20