LeSignaling

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:IENCryption:LESignaling:CCENtral
CONFigure:BLUetooth:SIGNaling<Instance>:CONNection:IENCryption: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:IENCryption:LESignaling:CCENtral
value: bool = driver.configure.connection.iencryption.leSignaling.get_ccentral()

Indicates the R&S CMW support of encryption in central (..:CCENtral) or peripheral (..:CPERipheral) LE role. The command is relevant for LE connection tests.

return

ind_encryption: OFF | ON

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

Indicates the R&S CMW support of encryption in central (..:CCENtral) or peripheral (..:CPERipheral) LE role. The command is relevant for LE connection tests.

return

ind_encryption: OFF | ON

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

Indicates the R&S CMW support of encryption in central (..:CCENtral) or peripheral (..:CPERipheral) LE role. The command is relevant for LE connection tests.

param ind_encryption

OFF | ON

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

Indicates the R&S CMW support of encryption in central (..:CCENtral) or peripheral (..:CPERipheral) LE role. The command is relevant for LE connection tests.

param ind_encryption

OFF | ON