Imax

SCPI Command :

SEARch:TRIGger:MILStd:CDST:IMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:MILStd:CDST:IMAX
value: int = driver.search.trigger.milstd.cdst.imax.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, info_patt_max: int) None[source]
# SEARch:TRIGger:MILStd:CDST:IMAX
driver.search.trigger.milstd.cdst.imax.set(search = 'abc', info_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