Obaseband
SCPI Commands :
[SOURce<HW>]:BB:HUWB:TRIGger:OBASeband:DELay
[SOURce<HW>]:BB:HUWB:TRIGger:OBASeband:INHibit
[SOURce<HW>]:BB:HUWB:TRIGger:OBASeband:RDELay
[SOURce<HW>]:BB:HUWB: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:HUWB:TRIGger:OBASeband:DELay value: float = driver.source.bb.huwb.trigger.obaseband.get_delay()
Specifies the trigger delay (expressed as number of samples) for triggering by the trigger signal from the other path (two-path instruments only) .
- return
delay: float Range: 0 to 2147483647
- get_inhibit() int [source]
# SCPI: [SOURce<HW>]:BB:HUWB:TRIGger:OBASeband:INHibit value: int = driver.source.bb.huwb.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:HUWB:TRIGger:OBASeband:RDELay value: float = driver.source.bb.huwb.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_sec: float Range: 0 to 688
- get_tdelay() float [source]
# SCPI: [SOURce<HW>]:BB:HUWB:TRIGger:OBASeband:TDELay value: float = driver.source.bb.huwb.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_delay_sec: float Range: 0 to 688
- set_delay(delay: float) None [source]
# SCPI: [SOURce<HW>]:BB:HUWB:TRIGger:OBASeband:DELay driver.source.bb.huwb.trigger.obaseband.set_delay(delay = 1.0)
Specifies the trigger delay (expressed as number of samples) for triggering by the trigger signal from the other path (two-path instruments only) .
- param delay
float Range: 0 to 2147483647
- set_inhibit(inhibit: int) None [source]
# SCPI: [SOURce<HW>]:BB:HUWB:TRIGger:OBASeband:INHibit driver.source.bb.huwb.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_delay_sec: float) None [source]
# SCPI: [SOURce<HW>]:BB:HUWB:TRIGger:OBASeband:TDELay driver.source.bb.huwb.trigger.obaseband.set_tdelay(int_oth_delay_sec = 1.0)
Specifies the trigger delay (expressed in time units) for triggering by the trigger signal from the other path.
- param int_oth_delay_sec
float Range: 0 to 688