SymbolRate

SCPI Command :

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

Parameters:

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

Returns:

srate: integer

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

Parameters:
  • srate – integer

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