Boost

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:BOOSt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) float[source]
# [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.

Parameters:

frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

Returns:

boost: float Range: -80 to 0, Unit: dB

set(boost: float, frameBlock=FrameBlock.Default) None[source]
# [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.

Parameters:
  • boost – float Range: -80 to 0, Unit: dB

  • frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)