Delay

SCPI Command :

[SOURce<HW>]:BB:EUTRa:TRIGger:DELay:UNIT
class DelayCls[source]

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

get_unit() RsSmw.enums.TrigDelUnit[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TRIGger:DELay:UNIT
value: enums.TrigDelUnit = driver.source.bb.eutra.trigger.delay.get_unit()

Sets the units in that the trigger delay is expressed.

return

del_unit: SAMPle| TIME

set_unit(del_unit: RsSmw.enums.TrigDelUnit) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TRIGger:DELay:UNIT
driver.source.bb.eutra.trigger.delay.set_unit(del_unit = enums.TrigDelUnit.SAMPle)

Sets the units in that the trigger delay is expressed.

param del_unit

SAMPle| TIME