Imax

SCPI Command :

TRIGger<*>:CMSB:ADVanced:FRAMe<*>:FLD<*>:IMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) int[source]
# TRIGger<*>:CMSB:ADVanced:FRAMe<*>:FLD<*>:IMAX
value: int = driver.trigger.cmsb.advanced.frame.fld.imax.get(trigger = repcap.Trigger.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

Sets the end value of an index range if method RsRtx.trigger.cmsb.advanced.imax.set() is set to INRange or RANGe.

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

  • 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(index_max: int, trigger=Trigger.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# TRIGger<*>:CMSB:ADVanced:FRAMe<*>:FLD<*>:IMAX
driver.trigger.cmsb.advanced.frame.fld.imax.set(index_max = 1, trigger = repcap.Trigger.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

Sets the end value of an index range if method RsRtx.trigger.cmsb.advanced.imax.set() is set to INRange or RANGe.

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

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