Rmin
SCPI Command :
SEARch:TRIGger:MILStd:DATA:RMIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:MILStd:DATA:RMIN value: int = driver.search.trigger.milstd.data.rmin.get(search = 'abc')
Specify a remote terminal address or set the start value of a remote terminal address range: To define the address condition, use the following commands:
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:DATA:RMIN driver.search.trigger.milstd.data.rmin.set(search = 'abc', rta_pattern_min = 1)
Specify a remote terminal address or set the start value of a remote terminal address range: To define the address condition, use the following commands:
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) .