Preamble
SCPI Command :
SEARch:TRIGger:HBTO:ERRor:PREamble
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:HBTO:ERRor:PREamble value: bool = driver.search.trigger.hbto.error.preamble.get(search = 'abc')
Enables / disables search for preamble error.
- Returns:
error_preamble: OFF | ON
- set(search: str, error_preamble: bool) None[source]
# SEARch:TRIGger:HBTO:ERRor:PREamble driver.search.trigger.hbto.error.preamble.set(search = 'abc', error_preamble = False)
Enables / disables search for preamble error.
- Parameters:
error_preamble – OFF | ON