Max
SCPI Command :
TRIGger<*>:MPHY:LWONe:MAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) int[source]
# TRIGger<*>:MPHY:LWONe:MAX value: int = driver.trigger.mphy.lwOne.max.get(trigger = repcap.Trigger.Default)
Sets the end value of the WORD 1 range if method
RsRtx.trigger.mphy.lwOne.condition.set()is set to INRange or OORange.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(lcc_word_1_max: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:MPHY:LWONe:MAX driver.trigger.mphy.lwOne.max.set(lcc_word_1_max = 1, trigger = repcap.Trigger.Default)
Sets the end value of the WORD 1 range if method
RsRtx.trigger.mphy.lwOne.condition.set()is set to INRange or OORange.- Parameters:
lcc_word_1_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’)