SsoFrame

SCPI Command :

SEARch:TRIGger:LIN:SSOFrame
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:LIN:SSOFrame
value: bool = driver.search.trigger.lin.ssoFrame.get(search = 'abc')

Enables the search for the stop bit of the sync field, which marks the frame start.

Parameters:

search – OFF | ON

set(search: str, chk_strt_frm: bool) None[source]
# SEARch:TRIGger:LIN:SSOFrame
driver.search.trigger.lin.ssoFrame.set(search = 'abc', chk_strt_frm = False)

Enables the search for the stop bit of the sync field, which marks the frame start.