Bstream
SCPI Command :
UNIT:BSTReam
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() BstreamUnit[source]
# UNIT:BSTReam value: enums.BstreamUnit = driver.applications.k14Xnr5G.unit.bstream.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: BstreamUnit) None[source]
# UNIT:BSTReam driver.applications.k14Xnr5G.unit.bstream.set(unit = enums.BstreamUnit.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