CpRequest

SCPI Command :

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

Indicates if contention free poll (CF-poll) is requested.

Parameters:

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

Returns:

ccp_request: 1 | ON | 0| OFF

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

Indicates if contention free poll (CF-poll) is requested.

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

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