Pattern

SCPI Command :

TRIGger<*>:SPATtern:PATTern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) int[source]
# TRIGger<*>:SPATtern:PATTern
value: int = driver.trigger.spattern.pattern.get(trigger = repcap.Trigger.Default)

The pattern contains the bits of the serial data to be found in the data stream. The maximum length of the pattern is 128 bit.

Parameters:

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

Returns:

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

set(pattern: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:SPATtern:PATTern
driver.trigger.spattern.pattern.set(pattern = 1, trigger = repcap.Trigger.Default)

The pattern contains the bits of the serial data to be found in the data stream. The maximum length of the pattern is 128 bit.

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