Obaseband

SCPI Commands :

[SOURce<HW>]:BB:NR5G:TRIGger:OBASeband:DELay
[SOURce<HW>]:BB:NR5G:TRIGger:OBASeband:INHibit
[SOURce<HW>]:BB:NR5G:TRIGger:OBASeband:RDELay
[SOURce<HW>]:BB:NR5G:TRIGger:OBASeband:TDELay
class ObasebandCls[source]

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

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

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

return:

trig_int_oth_delay: float Range: 0 to 2147483647

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

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

return:

int_oth_inhibit: integer Range: 0 to 67108863

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

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

return:

int_oth_rdelay_sec: float Range: 0 to 688

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

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

return:

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