Swindow

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:INQuiry:SWINdow:LESignaling
class Swindow[source]

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

get_le_signaling()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:INQuiry:SWINdow:LESignaling
value: int = driver.configure.connection.inquiry.swindow.get_le_signaling()

Specifies Inquiry Scan Window - the inquiry scan duration. The duration in ms is calculated as the specified value multiplied by 0.625 ms.

return

inq_scan_window: numeric Range: 4 to 16.384E+3

set_le_signaling(inq_scan_window: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:INQuiry:SWINdow:LESignaling
driver.configure.connection.inquiry.swindow.set_le_signaling(inq_scan_window = 1)

Specifies Inquiry Scan Window - the inquiry scan duration. The duration in ms is calculated as the specified value multiplied by 0.625 ms.

param inq_scan_window

numeric Range: 4 to 16.384E+3