Obaseband
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:TRIGger:OBASeband:DELay
[SOURce<HW>]:BB:EUTRa:TRIGger:OBASeband:INHibit
[SOURce<HW>]:BB:EUTRa:TRIGger:OBASeband:RDELay
[SOURce<HW>]:BB:EUTRa: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:EUTRa:TRIGger:OBASeband:DELay value: float = driver.source.bb.eutra.trigger.obaseband.get_delay()
When triggering via the other basebands, delays the trigger event compared to the one in the other baseband.
- return:
delay: float Range: 0 to 2147483647
- get_inhibit() int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TRIGger:OBASeband:INHibit value: int = driver.source.bb.eutra.trigger.obaseband.get_inhibit()
For triggering via the other path, specifies the number of samples by which a restart is inhibited.
- return:
inhibit: integer Range: 0 to 67108863
- get_rdelay() float [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TRIGger:OBASeband:RDELay value: float = driver.source.bb.eutra.trigger.obaseband.get_rdelay()
Queries the actual trigger delay (expressed in time units) of the trigger signal from the second path.
- return:
int_oth_rdelay: float Range: 0 to 688
- get_tdelay() float [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TRIGger:OBASeband:TDELay value: float = driver.source.bb.eutra.trigger.obaseband.get_tdelay()
Specifies the trigger delay (expressed in time units) for triggering by the trigger signal from the other path.
- return:
int_oth_tdelay: float Range: 0 to depends on other values, Unit: s
- set_delay(delay: float) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TRIGger:OBASeband:DELay driver.source.bb.eutra.trigger.obaseband.set_delay(delay = 1.0)
When triggering via the other basebands, delays the trigger event compared to the one in the other baseband.
- param delay:
float Range: 0 to 2147483647
- set_inhibit(inhibit: int) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TRIGger:OBASeband:INHibit driver.source.bb.eutra.trigger.obaseband.set_inhibit(inhibit = 1)
For triggering via the other path, specifies the number of samples by which a restart is inhibited.
- param inhibit:
integer Range: 0 to 67108863
- set_tdelay(int_oth_tdelay: float) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TRIGger:OBASeband:TDELay driver.source.bb.eutra.trigger.obaseband.set_tdelay(int_oth_tdelay = 1.0)
Specifies the trigger delay (expressed in time units) for triggering by the trigger signal from the other path.
- param int_oth_tdelay:
float Range: 0 to depends on other values, Unit: s