Imax

SCPI Command :

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

Sets the end value of the bit index range (data position range) , if method RsRtx.search.trigger.cmsb.ioperator.set() is set to INRange.

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

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

Sets the end value of the bit index range (data position range) , if method RsRtx.search.trigger.cmsb.ioperator.set() is set to INRange.

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