Imin

SCPI Command :

TRIGger:SBSW:LIN:FRAMe<*>:FLD<*>:IMIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frame=Frame.Default, field=Field.Default) int[source]
# TRIGger:SBSW:LIN:FRAMe<*>:FLD<*>:IMIN
value: int = driver.trigger.sbsw.lin.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:LIN:FRAMe<*>:FLD<*>:IMIN
driver.trigger.sbsw.lin.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’)