Max

SCPI Command :

SEARch:TRIGger:DPHY:DTYPe:MAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:DPHY:DTYPe:MAX
value: int = driver.search.trigger.dphy.dtype.max.get(search = 'abc')

Sets the end value of a data type range if method RsRtx.search.trigger.dphy.dtype.condition.set() is set to INRange or OORange.

Parameters:

search – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .

set(search: str, hs_dat_type_max: int) None[source]
# SEARch:TRIGger:DPHY:DTYPe:MAX
driver.search.trigger.dphy.dtype.max.set(search = 'abc', hs_dat_type_max = 1)

Sets the end value of a data type range if method RsRtx.search.trigger.dphy.dtype.condition.set() is set to INRange or OORange.