Imin

SCPI Command :

TRIGger:SBSW:USBone:IMIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() int[source]
# TRIGger:SBSW:USBone:IMIN
value: int = driver.trigger.sbsw.usbOne.imin.get()

Specifies the index, or sets the start value of an index range for the software trigger.

set(frame: str, field: str, data: int) None[source]
# TRIGger:SBSW:USBone:IMIN
driver.trigger.sbsw.usbOne.imin.set(frame = 'abc', field = 'abc', data = 1)

Specifies the index, or sets the start value of an index range for the software trigger.