Tnos

SCPI Commands :

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

Enables the search for all available frame types.

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

Disables the search for all available frames and error types.

Cloning the Group

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

Subgroups