Count
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MPDU:COUNt
- class CountCls[source]
Count commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) int [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MPDU:COUNt value: int = driver.source.bb.wlnn.fblock.user.mpdu.count.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Determines the number of MPDUs in the frame.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
count: integer Range: 1 to 64
- set(count: int, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MPDU:COUNt driver.source.bb.wlnn.fblock.user.mpdu.count.set(count = 1, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Determines the number of MPDUs in the frame.
- param count
integer Range: 1 to 64
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)