PinCode

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:TCONnection:PINCode:LENergy
class PinCode[source]

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

get_low_energy()List[int][source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:TCONnection:PINCode:LENergy
value: List[int] = driver.configure.tconnection.pinCode.get_low_energy()

Specifies the PIN for LE test mode. The value must match with the configuration on the DUT.

return

pin: integer Comma-separated sequence of eight integers Range: 0 to 255

set_low_energy(pin: List[int])None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:TCONnection:PINCode:LENergy
driver.configure.tconnection.pinCode.set_low_energy(pin = [1, 2, 3])

Specifies the PIN for LE test mode. The value must match with the configuration on the DUT.

param pin

integer Comma-separated sequence of eight integers Range: 0 to 255