Ainterval

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:AINTerval:LESignaling
class Ainterval[source]

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

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

Specifies the interval between two consecutive advertisers for an instrument in peripheral LE role.

return

adv_int: numeric Range: 32 to 16.384E+3

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

Specifies the interval between two consecutive advertisers for an instrument in peripheral LE role.

param adv_int

numeric Range: 32 to 16.384E+3