Imin
SCPI Command :
TRIGger<*>:USBPd:FRAMe<*>:FLD<*>:IMIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) int[source]
# TRIGger<*>:USBPd:FRAMe<*>:FLD<*>:IMIN value: int = driver.trigger.usbPd.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
*RSTvalues depend on the field type.
- set(index_min: int, trigger=Trigger.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# TRIGger<*>:USBPd:FRAMe<*>:FLD<*>:IMIN driver.trigger.usbPd.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
*RSTvalues 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’)