Imax

SCPI Command :

TRIGger<*>:USBPd: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<*>:USBPd:FRAMe<*>:FLD<*>:IMAX
value: int = driver.trigger.usbPd.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.usbPd.frame.fld.ioperator.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’)

Returns:

index_max: Specifies the end value for the index range within the field. The index range, increment and *RST values depend on the field type.

set(index_max: int, trigger=Trigger.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# TRIGger<*>:USBPd:FRAMe<*>:FLD<*>:IMAX
driver.trigger.usbPd.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.usbPd.frame.fld.ioperator.set() is set to INRange or RANGe.

Parameters:
  • index_max – Specifies the end value for the index range within the field. The index range, increment and *RST values depend on the field type.

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