Dmax

SCPI Command :

SEARch:TRIGger:USBThree:FRAMe<*>:FLD<*>:DMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) int[source]
# SEARch:TRIGger:USBThree:FRAMe<*>:FLD<*>:DMAX
value: int = driver.search.trigger.usbThree.frame.fld.dmax.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

Sets the end value of a data pattern range if method RsRtx.search.trigger.usbThree.frame.fld.doperator.set() is set to INRange or OORange.

Parameters:
  • search – String with the name of the search.

  • busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)

  • busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)

Returns:

data_max: Specifies the name of the generic trigger setting frame, see method RsRtx.search.result.usbThree.frame.typePy.get().

set(search: str, data_max: int, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# SEARch:TRIGger:USBThree:FRAMe<*>:FLD<*>:DMAX
driver.search.trigger.usbThree.frame.fld.dmax.set(search = 'abc', data_max = 1, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

Sets the end value of a data pattern range if method RsRtx.search.trigger.usbThree.frame.fld.doperator.set() is set to INRange or OORange.

Parameters:
  • search – String with the name of the search.

  • data_max – Specifies the name of the generic trigger setting frame, see method RsRtx.search.result.usbThree.frame.typePy.get().

  • busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)

  • busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)