Imin
SCPI Command :
SEARch:TRIGger:MILStd:CDST:IMIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:MILStd:CDST:IMIN value: int = driver.search.trigger.milstd.cdst.imin.get(search = 'abc')
Sets the pattern or the start value of a pattern range for the corresponding search:
CDST:IMIN - specific info for the 9th to 19th bit of a command or status word.
CMD:CMIN - specific data word count or mode code pattern in a command word
CMD:SMIN - specific subaddress/mode pattern in a command word
DATA:DMIN - data pattern in a data word
- set(search: str, info_patt_min: int) None[source]
# SEARch:TRIGger:MILStd:CDST:IMIN driver.search.trigger.milstd.cdst.imin.set(search = 'abc', info_patt_min = 1)
Sets the pattern or the start value of a pattern range for the corresponding search:
CDST:IMIN - specific info for the 9th to 19th bit of a command or status word.
CMD:CMIN - specific data word count or mode code pattern in a command word
CMD:SMIN - specific subaddress/mode pattern in a command word
DATA:DMIN - data pattern in a data word