Max

SCPI Command :

TRIGger<*>:TBTO:LENGth:MAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) int[source]
# TRIGger<*>:TBTO:LENGth:MAX
value: int = driver.trigger.tbto.length.max.get(trigger = repcap.Trigger.Default)

Sets the end value of the length / type range if method RsRtx.trigger.tbto.length.condition.set() is set to INRange or OORange.

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

Returns:

type_patt_max: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (do not care) .

set(type_patt_max: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:TBTO:LENGth:MAX
driver.trigger.tbto.length.max.set(type_patt_max = 1, trigger = repcap.Trigger.Default)

Sets the end value of the length / type range if method RsRtx.trigger.tbto.length.condition.set() is set to INRange or OORange.

Parameters:
  • type_patt_max – Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (do not care) .

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)