Imin
SCPI Command :
SEARch:TRIGger:DDR:FRAMe<*>:FLD<*>:IMIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) int[source]
# SEARch:TRIGger:DDR:FRAMe<*>:FLD<*>:IMIN value: int = driver.search.trigger.ddr.frame.fld.imin.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Sets 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:
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
*RSTvalues depend on the field type.
- set(search: str, index_min: int, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# SEARch:TRIGger:DDR:FRAMe<*>:FLD<*>:IMIN driver.search.trigger.ddr.frame.fld.imin.set(search = 'abc', index_min = 1, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Sets 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:
index_min – Specifies the index value or the start value of an index range within the field. The index range, increment and
*RSTvalues 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’)