LeSignaling

SCPI Commands

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

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

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

Specifies, whether the encryption request from the EUT is accepted or rejected by the R&S CMW in central (..:CCENtral) or peripheral (..:CPERipheral) LE role. The command is relevant for LE connection tests.

return

rej_encryption: OFF | ON OFF: accept encryption request ON: reject encryption request

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

Specifies, whether the encryption request from the EUT is accepted or rejected by the R&S CMW in central (..:CCENtral) or peripheral (..:CPERipheral) LE role. The command is relevant for LE connection tests.

return

rej_encryption: OFF | ON OFF: accept encryption request ON: reject encryption request

set_ccentral(rej_encryption: bool)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:RENCryption:LESignaling:CCENtral
driver.configure.connection.rencryption.leSignaling.set_ccentral(rej_encryption = False)

Specifies, whether the encryption request from the EUT is accepted or rejected by the R&S CMW in central (..:CCENtral) or peripheral (..:CPERipheral) LE role. The command is relevant for LE connection tests.

param rej_encryption

OFF | ON OFF: accept encryption request ON: reject encryption request

set_cperipheral(rej_encryption: bool)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:RENCryption:LESignaling:CPERipheral
driver.configure.connection.rencryption.leSignaling.set_cperipheral(rej_encryption = False)

Specifies, whether the encryption request from the EUT is accepted or rejected by the R&S CMW in central (..:CCENtral) or peripheral (..:CPERipheral) LE role. The command is relevant for LE connection tests.

param rej_encryption

OFF | ON OFF: accept encryption request ON: reject encryption request