Min

SCPI Command :

TRIGger<*>:MPHY:LWFour:MIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) int[source]
# TRIGger<*>:MPHY:LWFour:MIN
value: int = driver.trigger.mphy.lwFour.min.get(trigger = repcap.Trigger.Default)

Specifies the WORD 4 pattern, or sets the start value of a pattern range.

Parameters:

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

set(lcc_word_4_min: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:MPHY:LWFour:MIN
driver.trigger.mphy.lwFour.min.set(lcc_word_4_min = 1, trigger = repcap.Trigger.Default)

Specifies the WORD 4 pattern, or sets the start value of a pattern range.

Parameters:
  • lcc_word_4_min – 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’)