Brate

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:PSDU:BRATe
class BrateCls[source]

Brate commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(frameBlock=FrameBlock.Default) int[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:PSDU:BRATe
value: int = driver.source.bb.wlnn.fblock.psdu.brate.get(frameBlock = repcap.FrameBlock.Default)

(available only for CCK and PBCC transport modes) Sets the PSDU bit rate.

param frameBlock

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

return

brate: integer Range: 0 to 22E6

set(brate: int, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:PSDU:BRATe
driver.source.bb.wlnn.fblock.psdu.brate.set(brate = 1, frameBlock = repcap.FrameBlock.Default)

(available only for CCK and PBCC transport modes) Sets the PSDU bit rate.

param brate

integer Range: 0 to 22E6

param frameBlock

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