WuFrame

SCPI Command :

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

Enables the search for wakeup frames.

Parameters:

search – OFF | ON

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

Enables the search for wakeup frames.