Rmax
SCPI Command :
SEARch:TRIGger:MILStd:CMD:RMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:MILStd:CMD:RMAX value: int = driver.search.trigger.milstd.cmd.rmax.get(search = 'abc')
Set the end value of a data range if method
RsRtx.search.trigger.milstd.cdst.rcondition.set()is set to INRange or OORange: Sets the end value of a pattern range for the corresponding search:DATA: for data words
CMD: for command words
CDST: for status words
- Returns:
rta_pattern_max: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .
- set(search: str, rta_pattern_max: int) None[source]
# SEARch:TRIGger:MILStd:CMD:RMAX driver.search.trigger.milstd.cmd.rmax.set(search = 'abc', rta_pattern_max = 1)
Set the end value of a data range if method
RsRtx.search.trigger.milstd.cdst.rcondition.set()is set to INRange or OORange: Sets the end value of a pattern range for the corresponding search:DATA: for data words
CMD: for command words
CDST: for status words
- Parameters:
rta_pattern_max – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .