Rmin
SCPI Command :
SEARch:TRIGger:MILStd:CDST:RMIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:MILStd:CDST:RMIN value: int = driver.search.trigger.milstd.cdst.rmin.get(search = 'abc')
Specify a remote terminal address or set the start value of a remote terminal address range: 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_min: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .
- set(search: str, rta_pattern_min: int) None[source]
# SEARch:TRIGger:MILStd:CDST:RMIN driver.search.trigger.milstd.cdst.rmin.set(search = 'abc', rta_pattern_min = 1)
Specify a remote terminal address or set the start value of a remote terminal address range: 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_min – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .