Bstr

SCPI Command :

UNIT:BSTR
class BstrCls[source]

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

get() RsFsw.enums.BitstreamUnit[source]
# SCPI: UNIT:BSTR
value: enums.BitstreamUnit = driver.applications.k10Xlte.unit.bstr.get()

Selects the way the bit stream is displayed.

return

unit: SYMbols Displays the bit stream using symbols BITs Displays the bit stream using bits

set(unit: RsFsw.enums.BitstreamUnit) None[source]
# SCPI: UNIT:BSTR
driver.applications.k10Xlte.unit.bstr.set(unit = enums.BitstreamUnit.BIT)

Selects the way the bit stream is displayed.

param unit

SYMbols Displays the bit stream using symbols BITs Displays the bit stream using bits