External

SCPI Command :

[SOURce]:BB:W3GPp:TS25141:WSIGnal:TRIGger:[EXTernal]:DELay
class ExternalCls[source]

External commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_delay() float[source]
# SCPI: [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.

return

delay: float Range: 0 chips to 65535 chips

set_delay(delay: float) None[source]
# SCPI: [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.

param delay

float Range: 0 chips to 65535 chips