Swindow

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection: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:SWINdow:LESignaling
value: int = driver.configure.connection.swindow.get_le_signaling()

Specifies the interval between two consecutive page scans. The interval in ms is calculated as the specified value multiplied by 0.625 ms.

return

conn_scan_win: numeric Range: 4 to 16.384E+3

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

Specifies the interval between two consecutive page scans. The interval in ms is calculated as the specified value multiplied by 0.625 ms.

param conn_scan_win

numeric Range: 4 to 16.384E+3