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) str [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:SRATe value: 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: str, frameBlock=FrameBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:BFConfiguration:SRATe driver.source.bb.wlnn.fblock.bfConfiguration.symbolRate.set(srate = rawAbc, 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’)