Dmax

SCPI Command :

SEARch:TRIGger:CANXl: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:CANXl:FRAMe<*>:FLD<*>:DMAX
value: int = driver.search.trigger.canXl.frame.fld.dmax.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

Sets the end value of a data pattern range if the operator is set to INRange or OORANGe. You can set the operator with method RsRtx.search.trigger.canXl.frame.fld.doperator.set() .

Parameters:
  • 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: List of comma-separated values.

set(search: str, data_max: int, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# SEARch:TRIGger:CANXl:FRAMe<*>:FLD<*>:DMAX
driver.search.trigger.canXl.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 the operator is set to INRange or OORANGe. You can set the operator with method RsRtx.search.trigger.canXl.frame.fld.doperator.set() .

Parameters:
  • data_max – List of comma-separated values.

  • 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’)