Cmax

SCPI Command :

SEARch:TRIGger:MILStd:CMD:CMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:MILStd:CMD:CMAX
value: int = driver.search.trigger.milstd.cmd.cmax.get(search = 'abc')

Sets the end value of a pattern range for the corresponding search:

  • CDST:IMAX - specific info for the 9th to 19th bit of a command or status word.

  • CMD:CMAX - specific data word count or mode code pattern in a command word

  • CMD:SMAX - specific subaddress/mode pattern in a command word

  • DATA:DMAX - data pattern in a data word

set(search: str, word_count_patt_max: int) None[source]
# SEARch:TRIGger:MILStd:CMD:CMAX
driver.search.trigger.milstd.cmd.cmax.set(search = 'abc', word_count_patt_max = 1)

Sets the end value of a pattern range for the corresponding search:

  • CDST:IMAX - specific info for the 9th to 19th bit of a command or status word.

  • CMD:CMAX - specific data word count or mode code pattern in a command word

  • CMD:SMAX - specific subaddress/mode pattern in a command word

  • DATA:DMAX - data pattern in a data word