SpareUse<Index>

SCPI Command :

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

Repeated Capability Setting:

# Range: Nr1 .. Nr64

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

Indicates if the spatial reuse is allowed (value is !=0) or not (value is 0) .

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 ‘SpareUse’)

Returns:

spatial_reuse: integer Range: 0 to 15

set(spatial_reuse: int, frameBlock=FrameBlock.Default, index=Index.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:SPAReuse<ST>
driver.source.bb.wlnn.fblock.spareUse.set(spatial_reuse = 1, frameBlock = repcap.FrameBlock.Default, index = repcap.Index.Default)

Indicates if the spatial reuse is allowed (value is !=0) or not (value is 0) .

Parameters:
  • spatial_reuse – integer Range: 0 to 15

  • 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 ‘SpareUse’)

Cloning the Group

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