Obaseband
SCPI Commands :
[SOURce<HW>]:BB:V5G:TRIGger:OBASeband:DELay
[SOURce<HW>]:BB:V5G:TRIGger:OBASeband:INHibit
[SOURce<HW>]:BB:V5G:TRIGger:OBASeband:RDELay
[SOURce<HW>]:BB:V5G: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:V5G:TRIGger:OBASeband:DELay value: float = driver.source.bb.v5G.trigger.obaseband.get_delay()
Sets the trigger delay for triggering by the trigger signal from the other path.
- return:
oth_delay: float Range: 0 to 65535
- get_inhibit() int [source]
# SCPI: [SOURce<HW>]:BB:V5G:TRIGger:OBASeband:INHibit value: int = driver.source.bb.v5G.trigger.obaseband.get_inhibit()
For triggering via the other path, specifies the duration by which a restart is inhibited.
- return:
oth_inhibit: integer Range: 0 to 67108863
- get_rdelay() float [source]
# SCPI: [SOURce<HW>]:BB:V5G:TRIGger:OBASeband:RDELay value: float = driver.source.bb.v5G.trigger.obaseband.get_rdelay()
Queries the time a trigger event form the other path is delayed.
- return:
oth_time_res_delay: float Range: 0 to 688
- get_tdelay() float [source]
# SCPI: [SOURce<HW>]:BB:V5G:TRIGger:OBASeband:TDELay value: float = driver.source.bb.v5G.trigger.obaseband.get_tdelay()
Specifies the trigger delay for triggering by the signal from the other path.
- return:
oth_time_delay: float Range: 0 to 688
- set_delay(oth_delay: float) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:TRIGger:OBASeband:DELay driver.source.bb.v5G.trigger.obaseband.set_delay(oth_delay = 1.0)
Sets the trigger delay for triggering by the trigger signal from the other path.
- param oth_delay:
float Range: 0 to 65535
- set_inhibit(oth_inhibit: int) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:TRIGger:OBASeband:INHibit driver.source.bb.v5G.trigger.obaseband.set_inhibit(oth_inhibit = 1)
For triggering via the other path, specifies the duration by which a restart is inhibited.
- param oth_inhibit:
integer Range: 0 to 67108863
- set_tdelay(oth_time_delay: float) None [source]
# SCPI: [SOURce<HW>]:BB:V5G:TRIGger:OBASeband:TDELay driver.source.bb.v5G.trigger.obaseband.set_tdelay(oth_time_delay = 1.0)
Specifies the trigger delay for triggering by the signal from the other path.
- param oth_time_delay:
float Range: 0 to 688