Obaseband

SCPI Commands :

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

Specifies the trigger delay (expressed as number of samples) for triggering by the trigger signal from the other path (two-path instruments only) .

Returns:

delay: float Range: 0 to 2147483647

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

For triggering via the other path, specifies the number of samples by which a restart is inhibited.

Returns:

inhibit: integer Range: 0 to 67108863

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

Queries the actual trigger delay (expressed in time units) of the trigger signal from the second path.

Returns:

int_oth_rdelay_sec: float Range: 0 to 688

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

Specifies the trigger delay (expressed in time units) for triggering by the trigger signal from the other path.

Returns:

int_oth_delay_sec: float Range: 0 to 688

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

Specifies the trigger delay (expressed as number of samples) for triggering by the trigger signal from the other path (two-path instruments only) .

Parameters:

delay – float Range: 0 to 2147483647

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

For triggering via the other path, specifies the number of samples by which a restart is inhibited.

Parameters:

inhibit – integer Range: 0 to 67108863

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

Specifies the trigger delay (expressed in time units) for triggering by the trigger signal from the other path.

Parameters:

int_oth_delay_sec – float Range: 0 to 688