Bstream
SCPI Command :
FORMat:BSTReam
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() BitstreamFormat[source]
# FORMat:BSTReam value: enums.BitstreamFormat = driver.applications.k9X11Ad.formatPy.bstream.get()
Switches the format of the bitstream between octet and hexadecimal values.
- Returns:
bitstream_format: OCTet | HEXadecimal
- set(bitstream_format: BitstreamFormat) None[source]
# FORMat:BSTReam driver.applications.k9X11Ad.formatPy.bstream.set(bitstream_format = enums.BitstreamFormat.HEXadecimal)
Switches the format of the bitstream between octet and hexadecimal values.
- Parameters:
bitstream_format – OCTet | HEXadecimal