Home
last modified time | relevance | path

Searched refs:to_binary_block (Results 1 – 2 of 2) sorted by relevance

/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/
H A Dutil.py705 def to_binary_block( function
775 return to_binary_block(iterable, header, datatype, is_big_endian)
808 return to_binary_block(iterable, header, datatype, is_big_endian)
/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/resources/
H A Dmessagebased.py312 block = util.to_binary_block(values, b"", datatype, is_big_endian)