Gain
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:GAIN
- class GainCls[source]
Gain commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) float [source]
# SCPI: [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.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
gain: float Range: -80 to 0
- set(gain: float, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None [source]
# SCPI: [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.
- param gain
float Range: -80 to 0
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)