Imax

SCPI Command :

SEARch:TRIGger:TNOS:FRAMe<*>:FLD<*>:IMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) int[source]
# SEARch:TRIGger:TNOS:FRAMe<*>:FLD<*>:IMAX
value: int = driver.search.trigger.tnos.frame.fld.imax.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

Sets the end value of an index range if the operator is set to INRange. You can set the operator with method RsRtx.search.trigger.tnos.frame.fld.ioperator.set() .

Parameters:
  • 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: 1 to 65.534E+3

set(search: str, index_max: int, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# SEARch:TRIGger:TNOS:FRAMe<*>:FLD<*>:IMAX
driver.search.trigger.tnos.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 the operator is set to INRange. You can set the operator with method RsRtx.search.trigger.tnos.frame.fld.ioperator.set() .

Parameters:
  • index_max – 1 to 65.534E+3

  • 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’)