Rate
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:CODing:RATE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) WlannFbCodRate[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:CODing:RATE value: enums.WlannFbCodRate = driver.source.bb.wlnn.fblock.user.coding.rate.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
This command selects the coding rate.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
rate: CR1D2 | CR2D3 | CR3D4 | CR5D6
- set(rate: WlannFbCodRate, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:CODing:RATE driver.source.bb.wlnn.fblock.user.coding.rate.set(rate = enums.WlannFbCodRate.CR1D2, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
This command selects the coding rate.
- Parameters:
rate – CR1D2 | CR2D3 | CR3D4 | CR5D6
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)