Boost
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:BOOSt
- class BoostCls[source]
Boost commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) float [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BOOSt value: float = driver.source.bb.wlnn.fblock.boost.get(frameBlock = repcap.FrameBlock.Default)
Assigns a specific RMS power boost/attenuation to the corresponding frame block modulation. The power level of a frame block modulation is calculated as sum of the power boost and the power level set in the header of the instrument. Note: At least one frame block should have a power boost set to 0 dB value for this gated power mode functionality to work properly.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
boost: float Range: -80 to 0, Unit: dB
- set(boost: float, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BOOSt driver.source.bb.wlnn.fblock.boost.set(boost = 1.0, frameBlock = repcap.FrameBlock.Default)
Assigns a specific RMS power boost/attenuation to the corresponding frame block modulation. The power level of a frame block modulation is calculated as sum of the power boost and the power level set in the header of the instrument. Note: At least one frame block should have a power boost set to 0 dB value for this gated power mode functionality to work properly.
- param boost
float Range: -80 to 0, Unit: dB
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)