Tdelay

SCPI Command :

[SOURce<HW>]:BB:DM:TRIGger:OBASeband<CH>:TDELay
class TdelayCls[source]

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

get(channel=Channel.Default) float[source]
# SCPI: [SOURce<HW>]:BB:DM:TRIGger:OBASeband<CH>:TDELay
value: float = driver.source.bb.dm.trigger.obaseband.tdelay.get(channel = repcap.Channel.Default)

Specifies the trigger delay for triggering by the signal from the other path.

param channel

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

return

obas_time_delay: float Range: 0 to 7929.170398682, Unit: s

set(obas_time_delay: float, channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:BB:DM:TRIGger:OBASeband<CH>:TDELay
driver.source.bb.dm.trigger.obaseband.tdelay.set(obas_time_delay = 1.0, channel = repcap.Channel.Default)

Specifies the trigger delay for triggering by the signal from the other path.

param obas_time_delay

float Range: 0 to 7929.170398682, Unit: s

param channel

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