Obaseband

SCPI Commands :

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

Determines the delay of the trigger event to the trigger signal of another trigger source, e.g. the internal baseband trigger signal of the other path (BB:ESEQ:TRIG:SOUR INTA or INTB) , or an external .

Returns:

delay: float Range: 0 to 2147483647

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

For triggering via the other path, specifies the number of samples by which a restart is to be inhibited following a trigger event.

Returns:

inhibit: integer Range: 0 to 67108863

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

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

Returns:

other_res_time_delay: float Range: 0 to 688

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

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

Returns:

other_time_delay: float Range: 0 to 688, Unit: s

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

Determines the delay of the trigger event to the trigger signal of another trigger source, e.g. the internal baseband trigger signal of the other path (BB:ESEQ:TRIG:SOUR INTA or INTB) , or an external .

Parameters:

delay – float Range: 0 to 2147483647

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

For triggering via the other path, specifies the number of samples by which a restart is to be inhibited following a trigger event.

Parameters:

inhibit – integer Range: 0 to 67108863

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

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

Parameters:

other_time_delay – float Range: 0 to 688, Unit: s