Cmin
SCPI Command :
SEARch:TRIGger:MILStd:CMD:CMIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:MILStd:CMD:CMIN value: int = driver.search.trigger.milstd.cmd.cmin.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, word_count_patt_min: int) None[source]
# SEARch:TRIGger:MILStd:CMD:CMIN driver.search.trigger.milstd.cmd.cmin.set(search = 'abc', word_count_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