Dmin

SCPI Command :

SEARch:TRIGger:MILStd:DATA:DMIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:MILStd:DATA:DMIN
value: int = driver.search.trigger.milstd.data.dmin.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, data_patt_min: int) None[source]
# SEARch:TRIGger:MILStd:DATA:DMIN
driver.search.trigger.milstd.data.dmin.set(search = 'abc', data_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