Dmin

SCPI Command :

BUS<*>:CMSB:FILTer:FRAMe<*>:FLD<*>:DMIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) int[source]
# BUS<*>:CMSB:FILTer:FRAMe<*>:FLD<*>:DMIN
value: int = driver.bus.cmsb.filterPy.frame.fld.dmin.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

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

Parameters:
  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

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

set(data_min: int, bus=Bus.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# BUS<*>:CMSB:FILTer:FRAMe<*>:FLD<*>:DMIN
driver.bus.cmsb.filterPy.frame.fld.dmin.set(data_min = 1, bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

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

Parameters:
  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

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