Tbpa

SCPI Command :

SEARch:TRIGger:EBTB:TBPA
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:EBTB:TBPA
value: int = driver.search.trigger.ebtb.tbpa.get(search = 'abc')

Sets the 10-bit pattern to be searched for, if method RsRtx.search.trigger.ebtb.stype.set() is set to TB.

set(search: str, tb_pattern: int) None[source]
# SEARch:TRIGger:EBTB:TBPA
driver.search.trigger.ebtb.tbpa.set(search = 'abc', tb_pattern = 1)

Sets the 10-bit pattern to be searched for, if method RsRtx.search.trigger.ebtb.stype.set() is set to TB.