Imin
SCPI Command :
TRIGger:SBSW:USBone:FRAMe<*>:FLD<*>:IMIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frame=Frame.Default, field=Field.Default) int[source]
# TRIGger:SBSW:USBone:FRAMe<*>:FLD<*>:IMIN value: int = driver.trigger.sbsw.usbOne.frame.fld.imin.get(frame = repcap.Frame.Default, field = repcap.Field.Default)
Specifies the index, or sets the start value of an index range for the software trigger.
- Parameters:
frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)
field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)
- Returns:
index_min: 1 to 65535
- set(index_min: int, frame=Frame.Default, field=Field.Default) None[source]
# TRIGger:SBSW:USBone:FRAMe<*>:FLD<*>:IMIN driver.trigger.sbsw.usbOne.frame.fld.imin.set(index_min = 1, frame = repcap.Frame.Default, field = repcap.Field.Default)
Specifies the index, or sets the start value of an index range for the software trigger.
- Parameters:
index_min – 1 to 65535
frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)
field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)