Bstream

SCPI Command :

FORMat:BSTReam
class BstreamCls[source]

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

get() RsFsw.enums.BitstreamFormat[source]
# SCPI: FORMat:BSTReam
value: enums.BitstreamFormat = driver.applications.k9X11Ad.formatPy.bstream.get()

Switches the format of the bitstream between octet and hexadecimal values.

return

bitstream_format: OCTet | HEXadecimal

set(bitstream_format: RsFsw.enums.BitstreamFormat) None[source]
# SCPI: FORMat:BSTReam
driver.applications.k9X11Ad.formatPy.bstream.set(bitstream_format = enums.BitstreamFormat.HEXadecimal)

Switches the format of the bitstream between octet and hexadecimal values.

param bitstream_format

OCTet | HEXadecimal