HciCustom

SCPI Commands

CALL:BLUetooth:SIGNaling<Instance>:HCICustom:SEND
class HciCustom[source]

HciCustom commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

send(custom_hci_byte: Optional[List[str]] = None)None[source]
# SCPI: CALL:BLUetooth:SIGNaling<Instance>:HCICustom:SEND
driver.call.hciCustom.send(custom_hci_byte = ['raw1', 'raw2', 'raw3'])

Sends specified bytes in hexadecimal format as an HCI command via USB interface. You can send multiple bytes separated by comma.

param custom_hci_byte

hex Comma-separated hexadecimal string Range: #H0 to #HFF