Dmax

SCPI Command :

SEARch:TRIGger:TBTO:DATA:DMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:TBTO:DATA:DMAX
value: int = driver.search.trigger.tbto.data.dmax.get(search = 'abc')

Sets the end value of the data range if method RsRtx.search.trigger.tbto.data.dcondition.set() is set to INRange or OORange.

Returns:

data_max: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (do not care) .

set(search: str, data_max: int) None[source]
# SEARch:TRIGger:TBTO:DATA:DMAX
driver.search.trigger.tbto.data.dmax.set(search = 'abc', data_max = 1)

Sets the end value of the data range if method RsRtx.search.trigger.tbto.data.dcondition.set() is set to INRange or OORange.

Parameters:

data_max – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (do not care) .