Ereset

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:COMSettings<CommSettings>:ERESet
class Ereset[source]

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

get(commSettings=<CommSettings.Default: -1>)bool[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:COMSettings<nr>:ERESet
value: bool = driver.configure.comSettings.ereset.get(commSettings = repcap.CommSettings.Default)

Commands to reset the EUT before starting tests.

param commSettings

optional repeated capability selector. Default value: Hw1 (settable in the interface ‘ComSettings’)

return

eut_reset: ON | OFF

set(eut_reset: bool, commSettings=<CommSettings.Default: -1>)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:COMSettings<nr>:ERESet
driver.configure.comSettings.ereset.set(eut_reset = False, commSettings = repcap.CommSettings.Default)

Commands to reset the EUT before starting tests.

param eut_reset

ON | OFF

param commSettings

optional repeated capability selector. Default value: Hw1 (settable in the interface ‘ComSettings’)