Right106Tone
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:RIGHt106tone
- class Right106ToneCls[source]
Right106Tone commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:RIGHt106tone value: bool = driver.source.bb.wlnn.fblock.right106Tone.get(frameBlock = repcap.FrameBlock.Default)
If enabled, indicates that the right 106-tone RU is within the primary 20 MHz.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
right_106_tone_ru: 1| ON| 0| OFF
- set(right_106_tone_ru: bool, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:RIGHt106tone driver.source.bb.wlnn.fblock.right106Tone.set(right_106_tone_ru = False, frameBlock = repcap.FrameBlock.Default)
If enabled, indicates that the right 106-tone RU is within the primary 20 MHz.
- param right_106_tone_ru
1| ON| 0| OFF
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)