External

SCPI Command :

[SOURce]:BB:W3GPp:TS25141:WSIGnal:TRIGger:[EXTernal]:DELay
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_delay() float[source]
# [SOURce]:BB:W3GPp:TS25141:WSIGnal:TRIGger:[EXTernal]:DELay
value: float = driver.source.bb.w3Gpp.ts25141.wsignal.trigger.external.get_delay()

Sets an additional propagation delay besides the fixed DL-UL timing offset of 1024 chip periods. The additional propagation delay is obtained by charging the start trigger impulse with the respective delay.

Returns:

delay: float Range: 0 chips to 65535 chips

set_delay(delay: float) None[source]
# [SOURce]:BB:W3GPp:TS25141:WSIGnal:TRIGger:[EXTernal]:DELay
driver.source.bb.w3Gpp.ts25141.wsignal.trigger.external.set_delay(delay = 1.0)

Sets an additional propagation delay besides the fixed DL-UL timing offset of 1024 chip periods. The additional propagation delay is obtained by charging the start trigger impulse with the respective delay.

Parameters:

delay – float Range: 0 chips to 65535 chips