Obaseband
SCPI Commands :
[SOURce<HW>]:BB:GNSS:TRIGger:OBASeband:DELay
[SOURce<HW>]:BB:GNSS: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:GNSS:TRIGger:OBASeband:DELay value: float = driver.source.bb.gnss.trigger.obaseband.get_delay()
Specifies the trigger delay for triggering by the signal from the second path.
- return:
delay: float Range: 0 to 23.324365344
- get_inhibit() float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TRIGger:OBASeband:INHibit value: float = driver.source.bb.gnss.trigger.obaseband.get_inhibit()
For triggering via the other path, specifies the number of samples by which a restart is inhibited.
- return:
inhibit: float Range: 0 to 0.728886406
- set_delay(delay: float) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TRIGger:OBASeband:DELay driver.source.bb.gnss.trigger.obaseband.set_delay(delay = 1.0)
Specifies the trigger delay for triggering by the signal from the second path.
- param delay:
float Range: 0 to 23.324365344
- set_inhibit(inhibit: float) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TRIGger:OBASeband:INHibit driver.source.bb.gnss.trigger.obaseband.set_inhibit(inhibit = 1.0)
For triggering via the other path, specifies the number of samples by which a restart is inhibited.
- param inhibit:
float Range: 0 to 0.728886406