Reset

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:LENergy:RESet:DELay
class Reset[source]

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

get_delay()float[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:LENergy:RESet:DELay
value: float = driver.configure.lowEnergy.reset.get_delay()

Specifies a delay after EUT reset.

return

delay_after_reset: numeric Range: 0 s to 0.2 s

set_delay(delay_after_reset: float)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:LENergy:RESet:DELay
driver.configure.lowEnergy.reset.set_delay(delay_after_reset = 1.0)

Specifies a delay after EUT reset.

param delay_after_reset

numeric Range: 0 s to 0.2 s