Obaseband
SCPI Commands :
[SOURce<HW>]:BB:GNSS:TRIGger:OBASeband:DELay
[SOURce<HW>]:BB:GNSS:TRIGger:OBASeband:INHibit
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_delay() float[source]
# [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.
- Returns:
delay: float Range: 0 to 23.324365344
- get_inhibit() float[source]
# [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.
- Returns:
inhibit: float Range: 0 to 0.728886406
- set_delay(delay: float) None[source]
# [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.
- Parameters:
delay – float Range: 0 to 23.324365344
- set_inhibit(inhibit: float) None[source]
# [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.
- Parameters:
inhibit – float Range: 0 to 0.728886406