Imin

SCPI Command :

TRIGger<*>:USBThree:FRAMe<*>:FLD<*>:IMIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) int[source]
# TRIGger<*>:USBThree:FRAMe<*>:FLD<*>:IMIN
value: int = driver.trigger.usbThree.frame.fld.imin.get(trigger = repcap.Trigger.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

Specifies the index, or sets the start value of an index 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_min: Specifies the index value or index start value within the field. The index range, increment and *RST values depend on the field type.

set(index_min: int, trigger=Trigger.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# TRIGger<*>:USBThree:FRAMe<*>:FLD<*>:IMIN
driver.trigger.usbThree.frame.fld.imin.set(index_min = 1, trigger = repcap.Trigger.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

Specifies the index, or sets the start value of an index range.

Parameters:
  • index_min – Specifies the index value or index start value 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’)