Cenru<Index>

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:CENRu<ST>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr64

driver.source.bb.wlnn.fblock.cenru.repcap_index_set(repcap.Index.Nr1)
get(frameBlock=FrameBlock.Default, index=Index.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:CENRu<ST>
value: bool = driver.source.bb.wlnn.fblock.cenru.get(frameBlock = repcap.FrameBlock.Default, index = repcap.Index.Default)

For full bandwidth 80 MHz: if enabled, indicates that center 26 -tone RU is allocated in the common block fields of both SIGB content channels with same value. For full bandwidth 160/80+80 MHz: if enabled, indicates that center 26 -tone RU is allocated for one individual 80 MHz in Common Block fields of both SIGB content channels.

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

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

Returns:

center_26_tone_ru: OFF | ON | 1| 0

set(center_26_tone_ru: bool, frameBlock=FrameBlock.Default, index=Index.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:CENRu<ST>
driver.source.bb.wlnn.fblock.cenru.set(center_26_tone_ru = False, frameBlock = repcap.FrameBlock.Default, index = repcap.Index.Default)

For full bandwidth 80 MHz: if enabled, indicates that center 26 -tone RU is allocated in the common block fields of both SIGB content channels with same value. For full bandwidth 160/80+80 MHz: if enabled, indicates that center 26 -tone RU is allocated for one individual 80 MHz in Common Block fields of both SIGB content channels.

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

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

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

Cloning the Group

# Create a copy of the original group, that exists independently
cenru_copy = driver.source.bb.wlnn.fblock.cenru.clone()