Bstr
SCPI Command :
UNIT:BSTR
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() BitstreamUnit[source]
# UNIT:BSTR value: enums.BitstreamUnit = driver.applications.k10Xlte.unit.bstr.get()
Selects the way the bit stream is displayed.
- Returns:
unit: SYMbols Displays the bit stream using symbols BITs Displays the bit stream using bits
- set(unit: BitstreamUnit) None[source]
# UNIT:BSTR driver.applications.k10Xlte.unit.bstr.set(unit = enums.BitstreamUnit.BIT)
Selects the way the bit stream is displayed.
- Parameters:
unit – SYMbols Displays the bit stream using symbols BITs Displays the bit stream using bits