Burst

SCPI Command :

UNIT:BURSt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() BurstUnit[source]
# UNIT:BURSt
value: enums.BurstUnit = driver.applications.k91Wlan.unit.burst.get()

Specifies the units for PPDU length results (see method RsFsw.applications.k91Wlan.fetch.burst.lengths.get() ) .

Returns:

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: BurstUnit) None[source]
# UNIT:BURSt
driver.applications.k91Wlan.unit.burst.set(unit = enums.BurstUnit.SAMPle)

Specifies the units for PPDU length results (see method RsFsw.applications.k91Wlan.fetch.burst.lengths.get() ) .

Parameters:

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.