Burst

SCPI Command :

UNIT:BURSt
class BurstCls[source]

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

get() RsFsw.enums.BurstUnit[source]
# SCPI: UNIT:BURSt
value: enums.BurstUnit = driver.applications.k91Wlan.unit.burst.get()

Specifies the units for PPDU length results (see method RsFsw.Applications.K91_Wlan.Fetch.Burst.Lengths.get_) .

return

unit: SYMBol | SAMPle SYMBol Number of OFDM data symbols for each analyzed PPDU. Preamble symbols are NOT included. SAMPle Number of samples each analyzed PPDU contains. Tip: To obtain the result in seconds, divide the number of samples by the input sample rate. This value is indicated as ‘Sample Rate Fs’ in the channel bar.

set(unit: RsFsw.enums.BurstUnit) None[source]
# SCPI: UNIT:BURSt
driver.applications.k91Wlan.unit.burst.set(unit = enums.BurstUnit.SAMPle)

Specifies the units for PPDU length results (see method RsFsw.Applications.K91_Wlan.Fetch.Burst.Lengths.get_) .

param unit

SYMBol | SAMPle SYMBol Number of OFDM data symbols for each analyzed PPDU. Preamble symbols are NOT included. SAMPle Number of samples each analyzed PPDU contains. Tip: To obtain the result in seconds, divide the number of samples by the input sample rate. This value is indicated as ‘Sample Rate Fs’ in the channel bar.