Interval

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:TCONnection:INTerval:LESignaling
class Interval[source]

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

get_le_signaling()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:TCONnection:INTerval:LESignaling
value: int = driver.configure.tconnection.interval.get_le_signaling()

Sets the time interval between the two consecutive connection events for LE test mode. The interval in ms is calculated as the specified value multiplied by 1.25 ms.

return

connection_interval: numeric Range: 6 to 3200

set_le_signaling(connection_interval: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:TCONnection:INTerval:LESignaling
driver.configure.tconnection.interval.set_le_signaling(connection_interval = 1)

Sets the time interval between the two consecutive connection events for LE test mode. The interval in ms is calculated as the specified value multiplied by 1.25 ms.

param connection_interval

numeric Range: 6 to 3200