LeSignaling

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:SLATency:LESignaling:CPERipheral
CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:SLATency:LESignaling:CCENtral
class LeSignaling[source]

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

get_ccentral()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:SLATency:LESignaling[:CCENtral]
value: int = driver.configure.connection.slatency.leSignaling.get_ccentral()

Specify the latency of slave responses for connection tests, central ..:CCENtral and peripheral ..:CPERipheralR&S CMW LE role.

return

slave_latency: numeric Range: 0 to 499, Unit: The number of consecutive connection events

get_cperipheral()int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:SLATency:LESignaling:CPERipheral
value: int = driver.configure.connection.slatency.leSignaling.get_cperipheral()

Specify the latency of slave responses for connection tests, central ..:CCENtral and peripheral ..:CPERipheralR&S CMW LE role.

return

slave_latency: numeric Range: 0 to 499, Unit: The number of consecutive connection events

set_ccentral(slave_latency: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:SLATency:LESignaling[:CCENtral]
driver.configure.connection.slatency.leSignaling.set_ccentral(slave_latency = 1)

Specify the latency of slave responses for connection tests, central ..:CCENtral and peripheral ..:CPERipheralR&S CMW LE role.

param slave_latency

numeric Range: 0 to 499, Unit: The number of consecutive connection events

set_cperipheral(slave_latency: int)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:SLATency:LESignaling:CPERipheral
driver.configure.connection.slatency.leSignaling.set_cperipheral(slave_latency = 1)

Specify the latency of slave responses for connection tests, central ..:CCENtral and peripheral ..:CPERipheralR&S CMW LE role.

param slave_latency

numeric Range: 0 to 499, Unit: The number of consecutive connection events