SpinEnable

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:TCONnection:SPINenable:LENergy
class SpinEnable[source]

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

get_low_energy()bool[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:TCONnection:SPINenable:LENergy
value: bool = driver.configure.tconnection.spinEnable.get_low_energy()

Enables or disables LE test mode on the DUT using a PIN. The PIN to sent is specified via: method RsCmwBluetoothSig. Configure.Tconnection.SpinEnable.lowEnergy

return

send_enable_pin: OFF | ON

set_low_energy(send_enable_pin: bool)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:TCONnection:SPINenable:LENergy
driver.configure.tconnection.spinEnable.set_low_energy(send_enable_pin = False)

Enables or disables LE test mode on the DUT using a PIN. The PIN to sent is specified via: method RsCmwBluetoothSig. Configure.Tconnection.SpinEnable.lowEnergy

param send_enable_pin

OFF | ON