Timeout

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PAGing:TOUT:LESignaling
CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PAGing:TOUT
class Timeout[source]

Timeout commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_le_signaling()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PAGing:TOUT:LESignaling
value: int = driver.configure.connection.paging.timeout.get_le_signaling()

Specifies the PageTimeout configuration parameter, i.e. the maximum time the local link manager waits for a baseband page response from the EUT.

return

timeout: integer Range: 10 ms to 30E+3 ms, Unit: s

get_value()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PAGing:TOUT
value: int = driver.configure.connection.paging.timeout.get_value()

Sets/gets the Page_Timeout configuration parameter, i.e. the maximum time the local link manager waits for a baseband page response from the EUT.

return

timeout: integer Range: 22 to 65535, Unit: slot (625 µs)

set_le_signaling(timeout: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PAGing:TOUT:LESignaling
driver.configure.connection.paging.timeout.set_le_signaling(timeout = 1)

Specifies the PageTimeout configuration parameter, i.e. the maximum time the local link manager waits for a baseband page response from the EUT.

param timeout

integer Range: 10 ms to 30E+3 ms, Unit: s

set_value(timeout: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:PAGing:TOUT
driver.configure.connection.paging.timeout.set_value(timeout = 1)

Sets/gets the Page_Timeout configuration parameter, i.e. the maximum time the local link manager waits for a baseband page response from the EUT.

param timeout

integer Range: 22 to 65535, Unit: slot (625 µs)