Dx

SCPI Command :

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

Sets the x value of the data character Dx.y to be searched for, if method RsRtx.search.trigger.ebtb.symType.set() is set to Dxy.

Parameters:

search – 0 to 31

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

Sets the x value of the data character Dx.y to be searched for, if method RsRtx.search.trigger.ebtb.symType.set() is set to Dxy.