Obaseband

SCPI Commands :

[SOURce<HW>]:BB:W3GPp:TRIGger:OBASeband:DELay
[SOURce<HW>]:BB:W3GPp:TRIGger:OBASeband:INHibit
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_delay() float[source]
# [SOURce<HW>]:BB:W3GPp:TRIGger:OBASeband:DELay
value: float = driver.source.bb.w3Gpp.trigger.obaseband.get_delay()

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

Returns:

delay: float Range: 0 to 2147483647

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

For triggering via the other path, specifies the duration by which a restart is inhibited.

Returns:

inhibit: integer Range: 0 to 67108863

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

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

Parameters:

delay – float Range: 0 to 2147483647

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

For triggering via the other path, specifies the duration by which a restart is inhibited.

Parameters:

inhibit – integer Range: 0 to 67108863