Imax
SCPI Command :
SEARch:TRIGger:USBThree:FRAMe<*>:FLD<*>:IMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) int[source]
# SEARch:TRIGger:USBThree:FRAMe<*>:FLD<*>:IMAX value: int = driver.search.trigger.usbThree.frame.fld.imax.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Sets the end value of an index range if method
RsRtx.search.trigger.usbThree.frame.fld.ioperator.set()is set to INRange or RANGe.- Parameters:
search – String with the name of the search.
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_max: Specifies the end value for the index range within the field. The index range, increment and
*RSTvalues depend on the field type.
- set(search: str, index_max: int, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# SEARch:TRIGger:USBThree:FRAMe<*>:FLD<*>:IMAX driver.search.trigger.usbThree.frame.fld.imax.set(search = 'abc', index_max = 1, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Sets the end value of an index range if method
RsRtx.search.trigger.usbThree.frame.fld.ioperator.set()is set to INRange or RANGe.- Parameters:
search – String with the name of the search.
index_max – Specifies the end value for the index range within the field. The index range, increment and
*RSTvalues depend on the field type.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’)