Imin

SCPI Command :

SEARch:TRIGger:MPHY:SSIC:FRAMe<*>:FLD<*>:IMIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) int[source]
# SEARch:TRIGger:MPHY:SSIC:FRAMe<*>:FLD<*>:IMIN
value: int = driver.search.trigger.mphy.ssic.frame.fld.imin.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

Specifies the index at which the data is to be searched, or sets the start value of an index range in which the data is to be searched.

Parameters:
  • search – String with the name of the search.

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

set(search: str, index_min: int, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# SEARch:TRIGger:MPHY:SSIC:FRAMe<*>:FLD<*>:IMIN
driver.search.trigger.mphy.ssic.frame.fld.imin.set(search = 'abc', index_min = 1, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

Specifies the index at which the data is to be searched, or sets the start value of an index range in which the data is to be searched.

Parameters:
  • search – String with the name of the search.

  • index_min – Specifies the index value or the start value of an index range within the field. The index range, increment and *RST values depend on the field type.

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