Delay

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CONNection:VOICe:DELay:LOOPback
class Delay[source]

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

get_loopback()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:VOICe:DELay:LOOPback
value: float = driver.configure.connection.voice.delay.get_loopback()

Defines the time that the R&S CMW waits before it loops back the received data in the loopback voice connection.

return

delay: Range: 0 s to 10 s

set_loopback(delay: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:VOICe:DELay:LOOPback
driver.configure.connection.voice.delay.set_loopback(delay = 1.0)

Defines the time that the R&S CMW waits before it loops back the received data in the loopback voice connection.

param delay

Range: 0 s to 10 s