Obaseband
SCPI Commands :
[SOURce<HW>]:BB:ARBitrary:TRIGger:OBASeband:DELay
[SOURce<HW>]:BB:ARBitrary:TRIGger:OBASeband:INHibit
[SOURce<HW>]:BB:ARBitrary:TRIGger:OBASeband:RDELay
[SOURce<HW>]:BB:ARBitrary: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:ARBitrary:TRIGger:OBASeband:DELay value: float = driver.source.bb.arbitrary.trigger.obaseband.get_delay()
Delays the trigger event compared to the trigger event in the other basebands.
- return:
delay: float Range: 0 to 2147483647
- get_inhibit() int [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:TRIGger:OBASeband:INHibit value: int = driver.source.bb.arbitrary.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, Unit: sample
- get_rdelay() float [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:TRIGger:OBASeband:RDELay value: float = driver.source.bb.arbitrary.trigger.obaseband.get_rdelay()
Queries the time a trigger event form the other path is delayed.
- return:
res_time_delay_sec: float Range: 0 to 688, Unit: s
- get_tdelay() float [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:TRIGger:OBASeband:TDELay value: float = driver.source.bb.arbitrary.trigger.obaseband.get_tdelay()
Sets the delay to trigger signal generation with the signal from the other signal path. Maximum trigger delay and trigger inhibit values depend on the installed options. See ‘To set delay and inhibit values’.
- return:
obas_time_delay: float Range: 0 to depends on the symbol rate, Unit: s
- set_delay(delay: float) None [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:TRIGger:OBASeband:DELay driver.source.bb.arbitrary.trigger.obaseband.set_delay(delay = 1.0)
Delays the trigger event compared to the trigger event in the other basebands.
- param delay:
float Range: 0 to 2147483647
- set_inhibit(inhibit: int) None [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:TRIGger:OBASeband:INHibit driver.source.bb.arbitrary.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, Unit: sample
- set_tdelay(obas_time_delay: float) None [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:TRIGger:OBASeband:TDELay driver.source.bb.arbitrary.trigger.obaseband.set_tdelay(obas_time_delay = 1.0)
Sets the delay to trigger signal generation with the signal from the other signal path. Maximum trigger delay and trigger inhibit values depend on the installed options. See ‘To set delay and inhibit values’.
- param obas_time_delay:
float Range: 0 to depends on the symbol rate, Unit: s