Right106Tone

SCPI Command :

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

Parameters:

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

Returns:

right_106_tone_ru: 1 | ON | 0| OFF

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

Parameters:
  • right_106_tone_ru – 1 | ON | 0| OFF

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