Tdelay

SCPI Command :

[SOURce<HW>]:BB:DM:TRIGger:OBASeband<CH>:TDELay
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) float[source]
# [SOURce<HW>]:BB:DM:TRIGger:OBASeband<CH>:TDELay
value: float = driver.source.bb.dm.trigger.obaseband.tdelay.get(channel = repcap.Channel.Default)

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

Parameters:

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

Returns:

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

set(obas_time_delay: float, channel=Channel.Default) None[source]
# [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)

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

Parameters:
  • obas_time_delay – float Range: 0 to 7929.170398682, Unit: s

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