Cmax
SCPI Command :
TRIGger<*>:MILStd:CMD:CMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) int[source]
# TRIGger<*>:MILStd:CMD:CMAX value: int = driver.trigger.milstd.cmd.cmax.get(trigger = repcap.Trigger.Default)
Sets the end value of a data word count/mode code pattern if method
RsRtx.trigger.milstd.cmd.ccondition.set()is set to INRange or OORange.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
word_count_patt_max: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .
- set(word_count_patt_max: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:CMD:CMAX driver.trigger.milstd.cmd.cmax.set(word_count_patt_max = 1, trigger = repcap.Trigger.Default)
Sets the end value of a data word count/mode code pattern if method
RsRtx.trigger.milstd.cmd.ccondition.set()is set to INRange or OORange.- Parameters:
word_count_patt_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’)