Delay

SCPI Commands

DIAGnostic:BLUetooth:SIGNaling<Instance>:DELay:PTIMeout
DIAGnostic:BLUetooth:SIGNaling<Instance>:DELay:TMODe
class Delay[source]

Delay commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_ptimeout()int[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DELay:PTIMeout
value: int = driver.diagnostic.delay.get_ptimeout()

No command help available

return

poll_timeout: No help available

get_tmode()int[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DELay:TMODe
value: int = driver.diagnostic.delay.get_tmode()

No command help available

return

act_test_delay: No help available

set_ptimeout(poll_timeout: int)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DELay:PTIMeout
driver.diagnostic.delay.set_ptimeout(poll_timeout = 1)

No command help available

param poll_timeout

No help available

set_tmode(act_test_delay: int)None[source]
# SCPI: DIAGnostic:BLUetooth:SIGNaling<Instance>:DELay:TMODe
driver.diagnostic.delay.set_tmode(act_test_delay = 1)

No command help available

param act_test_delay

No help available