Fcount
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:FCOunt
- class FcountCls[source]
Fcount commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) int [source]
# SCPI: [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.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
fcount: integer Range: 1 to 20 000
- set(fcount: int, frameBlock=FrameBlock.Default) None [source]
# SCPI: [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.
- param fcount
integer Range: 1 to 20 000
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)