Gain

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:GAIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) float[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:GAIN
value: float = driver.source.bb.wlnn.fblock.user.gain.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Sets the user gain.

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

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

Returns:

gain: float Range: -80 to 0

set(gain: float, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:GAIN
driver.source.bb.wlnn.fblock.user.gain.set(gain = 1.0, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

Sets the user gain.

Parameters:
  • gain – float Range: -80 to 0

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

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