Imin
SCPI Command :
SEARch:TRIGger:I3C:FRAMe<*>:FLD<*>:IMIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) int[source]
# SEARch:TRIGger:I3C:FRAMe<*>:FLD<*>:IMIN value: int = driver.search.trigger.i3C.frame.fld.imin.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Specifies the index, or sets the start value of an index range.
- 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: 1 to 65.534E+3
- set(search: str, index_min: int, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# SEARch:TRIGger:I3C:FRAMe<*>:FLD<*>:IMIN driver.search.trigger.i3C.frame.fld.imin.set(search = 'abc', index_min = 1, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Specifies the index, or sets the start value of an index range.
- Parameters:
index_min – 1 to 65.534E+3
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’)