CanXl

SCPI Commands :

SEARch:TRIGger:CANXl:CHKall
SEARch:TRIGger:CANXl:CLR
Commands in total: 22
Subgroups: 12
Direct child commands: 2
set_chk_all(search: str) None[source]
# SEARch:TRIGger:CANXl:CHKall
driver.search.trigger.canXl.set_chk_all(search = 'abc')

Enables the search for all available frame types.

set_clr(search: str) None[source]
# SEARch:TRIGger:CANXl:CLR
driver.search.trigger.canXl.set_clr(search = 'abc')

Disables the search for all available frame types.

Cloning the Group

# Create a copy of the original group, that exists independently
canXl_copy = driver.search.trigger.canXl.clone()

Subgroups