Brate

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:PSDU:BRATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) int[source]
# [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.

Parameters:

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

Returns:

brate: integer Range: 0 to 22E6

set(brate: int, frameBlock=FrameBlock.Default) None[source]
# [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.

Parameters:
  • brate – integer Range: 0 to 22E6

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