Obaseband

SCPI Commands :

[SOURce<HW>]:BB:MCCW:TRIGger:OBASeband:DELay
[SOURce<HW>]:BB:MCCW:TRIGger:OBASeband:INHibit
class ObasebandCls[source]

Obaseband commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_delay() float[source]
# SCPI: [SOURce<HW>]:BB:MCCW:TRIGger:OBASeband:DELay
value: float = driver.source.bb.mccw.trigger.obaseband.get_delay()

Specifies the trigger delay for external triggering.

return

delay: float Range: 0 to 2147483647, Unit: samples

get_inhibit() int[source]
# SCPI: [SOURce<HW>]:BB:MCCW:TRIGger:OBASeband:INHibit
value: int = driver.source.bb.mccw.trigger.obaseband.get_inhibit()

Specifies the number of samples by which a restart is inhibited following a trigger event from the other path.

return

inhibit: integer Range: 0 to 67108863

set_delay(delay: float) None[source]
# SCPI: [SOURce<HW>]:BB:MCCW:TRIGger:OBASeband:DELay
driver.source.bb.mccw.trigger.obaseband.set_delay(delay = 1.0)

Specifies the trigger delay for external triggering.

param delay

float Range: 0 to 2147483647, Unit: samples

set_inhibit(inhibit: int) None[source]
# SCPI: [SOURce<HW>]:BB:MCCW:TRIGger:OBASeband:INHibit
driver.source.bb.mccw.trigger.obaseband.set_inhibit(inhibit = 1)

Specifies the number of samples by which a restart is inhibited following a trigger event from the other path.

param inhibit

integer Range: 0 to 67108863