Rmax

SCPI Command :

TRIGger<*>:MILStd:CDST:RMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) int[source]
# TRIGger<*>:MILStd:CDST:RMAX
value: int = driver.trigger.milstd.cdst.rmax.get(trigger = repcap.Trigger.Default)

Set the end value of a data range if method RsRtx.trigger.milstd.cdst.rcondition.set() is set to INRange or OORange: Use the following commands to set up the application:

  • DATA: for data words

  • CMD: for command words

  • CDST: for status words

Parameters:

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

Returns:

rta_pattern_max: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .

set(rta_pattern_max: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:CDST:RMAX
driver.trigger.milstd.cdst.rmax.set(rta_pattern_max = 1, trigger = repcap.Trigger.Default)

Set the end value of a data range if method RsRtx.trigger.milstd.cdst.rcondition.set() is set to INRange or OORange: Use the following commands to set up the application:

  • DATA: for data words

  • CMD: for command words

  • CDST: for status words

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

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