I3C

SCPI Commands :

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

Enables the filter for all available frames and error types.

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

Disables the filter for all available frames and error types.

Cloning the Group

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

Subgroups