SymbolRate

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:SRATe
class SymbolRateCls[source]

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

get(frameBlock=FrameBlock.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:SRATe
value: List[str] = driver.source.bb.wlnn.fblock.bfConfiguration.symbolRate.get(frameBlock = repcap.FrameBlock.Default)

Determines a set of data rates that are supported by the access point (Supported Rates field) .

param frameBlock

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

return

srate: integer

set(srate: List[str], frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:SRATe
driver.source.bb.wlnn.fblock.bfConfiguration.symbolRate.set(srate = ['rawAbc1', 'rawAbc2', 'rawAbc3'], frameBlock = repcap.FrameBlock.Default)

Determines a set of data rates that are supported by the access point (Supported Rates field) .

param srate

integer

param frameBlock

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