Dmax

SCPI Command :

BUS<*>:CMSB:FILTer:FRAMe<*>:FLD<*>:DMAX
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<*>:DMAX
value: int = driver.bus.cmsb.filterPy.frame.fld.dmax.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

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

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_max: int, bus=Bus.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# BUS<*>:CMSB:FILTer:FRAMe<*>:FLD<*>:DMAX
driver.bus.cmsb.filterPy.frame.fld.dmax.set(data_max = 1, bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

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

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