Fcount
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:FCOunt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) int[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:FCOunt value: int = driver.source.bb.wlnn.fblock.fcount.get(frameBlock = repcap.FrameBlock.Default)
Sets the number of frames to be transmitted in the current frame block.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
fcount: integer Range: 1 to 20 000
- set(fcount: int, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:FCOunt driver.source.bb.wlnn.fblock.fcount.set(fcount = 1, frameBlock = repcap.FrameBlock.Default)
Sets the number of frames to be transmitted in the current frame block.
- Parameters:
fcount – integer Range: 1 to 20 000
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)