Obaseband
SCPI Commands :
[SOURce<HW>]:BB:PRAMp:TRIGger:OBASeband:DELay
[SOURce<HW>]:BB:PRAMp:TRIGger:OBASeband:INHibit
- class ObasebandCls[source]
Obaseband commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_delay() float [source]
# SCPI: [SOURce<HW>]:BB:PRAMp:TRIGger:OBASeband:DELay value: float = driver.source.bb.pramp.trigger.obaseband.get_delay()
Sets the trigger delay for triggering by the trigger signal from the second path.
- return
delay: float Range: 0 to 2147483647
- get_inhibit() int [source]
# SCPI: [SOURce<HW>]:BB:PRAMp:TRIGger:OBASeband:INHibit value: int = driver.source.bb.pramp.trigger.obaseband.get_inhibit()
For triggering via the other path, specifies the number of samples by which a restart is to be inhibited following a trigger event.
- return
inhibit: integer Range: 0 to 67108863, Unit: sample
- set_delay(delay: float) None [source]
# SCPI: [SOURce<HW>]:BB:PRAMp:TRIGger:OBASeband:DELay driver.source.bb.pramp.trigger.obaseband.set_delay(delay = 1.0)
Sets the trigger delay for triggering by the trigger signal from the second path.
- param delay
float Range: 0 to 2147483647
- set_inhibit(inhibit: int) None [source]
# SCPI: [SOURce<HW>]:BB:PRAMp:TRIGger:OBASeband:INHibit driver.source.bb.pramp.trigger.obaseband.set_inhibit(inhibit = 1)
For triggering via the other path, specifies the number of samples by which a restart is to be inhibited following a trigger event.
- param inhibit
integer Range: 0 to 67108863, Unit: sample