Rmeasurement

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:RMEasurement
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:RMEasurement
value: bool = driver.source.bb.wlnn.fblock.bfConfiguration.capability.rmeasurement.get(frameBlock = repcap.FrameBlock.Default)

Informs the associated stations if radio measurement is supported.

Parameters:

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

Returns:

rmeasurement: 1 | ON | 0| OFF

set(rmeasurement: bool, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:CAPability:RMEasurement
driver.source.bb.wlnn.fblock.bfConfiguration.capability.rmeasurement.set(rmeasurement = False, frameBlock = repcap.FrameBlock.Default)

Informs the associated stations if radio measurement is supported.

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

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