Data
SCPI Command :
TRIGger<*>:UART:DATA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) int[source]
# TRIGger<*>:UART:DATA value: int = driver.trigger.uart.data.get(trigger = repcap.Trigger.Default)
Specifies the data pattern to be found on the specified trigger source, in binary or hex format. Enter the words in msb first bit order.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
data: Numeric or string pattern, see ‘Bit pattern parameter’. The string parameter accepts the bit value X (don’t care) .
- set(data: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:UART:DATA driver.trigger.uart.data.set(data = 1, trigger = repcap.Trigger.Default)
Specifies the data pattern to be found on the specified trigger source, in binary or hex format. Enter the words in msb first bit order.
- Parameters:
data – 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’)