Dmax
SCPI Command :
SEARch:TRIGger:MPHY:DATA:DMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:MPHY:DATA:DMAX value: int = driver.search.trigger.mphy.data.dmax.get(search = 'abc')
Sets the end value of the data range if method
RsRtx.search.trigger.mphy.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 (don’t care) .
- set(search: str, data_max: int) None[source]
# SEARch:TRIGger:MPHY:DATA:DMAX driver.search.trigger.mphy.data.dmax.set(search = 'abc', data_max = 1)
Sets the end value of the data range if method
RsRtx.search.trigger.mphy.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 (don’t care) .