Dmin

SCPI Command :

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

Specifies the data pattern to be searched, or sets the start value of a data pattern range to be searched.

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_min: Specifies the name of the generic trigger setting frame.

set(search: str, data_min: int, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# SEARch:TRIGger:CMSB:FRAMe<*>:FLD<*>:DMIN
driver.search.trigger.cmsb.frame.fld.dmin.set(search = 'abc', data_min = 1, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

Specifies the data pattern to be searched, or sets the start value of a data pattern range to be searched.

Parameters:
  • data_min – Specifies the name of the generic trigger setting frame.

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