Obaseband

SCPI Commands :

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

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

Returns:

oth_delay: float Range: 0 to 65535

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

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

Returns:

oth_inhibit: integer Range: 0 to 67108863

get_rdelay() float[source]
# [SOURce<HW>]:BB:ONEWeb:TRIGger:OBASeband:RDELay
value: float = driver.source.bb.oneweb.trigger.obaseband.get_rdelay()

Queries the time a trigger event form the other path is delayed.

Returns:

oth_time_res_delay: float Range: 0 to 688

get_tdelay() float[source]
# [SOURce<HW>]:BB:ONEWeb:TRIGger:OBASeband:TDELay
value: float = driver.source.bb.oneweb.trigger.obaseband.get_tdelay()

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

Returns:

oth_time_delay: float Range: 0 to 688

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

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

Parameters:

oth_delay – float Range: 0 to 65535

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

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

Parameters:

oth_inhibit – integer Range: 0 to 67108863

set_tdelay(oth_time_delay: float) None[source]
# [SOURce<HW>]:BB:ONEWeb:TRIGger:OBASeband:TDELay
driver.source.bb.oneweb.trigger.obaseband.set_tdelay(oth_time_delay = 1.0)

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

Parameters:

oth_time_delay – float Range: 0 to 688