Preamble

SCPI Command :

SEARch:TRIGger:HBTO:ERRor:PREamble
Commands in total: 1
Subgroups: 0
Direct 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