Dmin

SCPI Command :

TRIGger<*>:I2S:TCONdition<*>:DMIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default, tcondition=Tcondition.Default) int[source]
# TRIGger<*>:I2S:TCONdition<*>:DMIN
value: int = driver.trigger.i2S.tcondition.dmin.get(trigger = repcap.Trigger.Default, tcondition = repcap.Tcondition.Default)

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

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

  • tcondition – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tcondition’)

Returns:

data_min_pattern: Numeric pattern in 2’s complement format. See also: ‘Bit pattern parameter’ X bits are not allowed. If the bit string is shorter than the word length, the rightmost bit of the input bit string is aligned to the rightmost (LSB) bit of the word.

set(data_min_pattern: int, trigger=Trigger.Default, tcondition=Tcondition.Default) None[source]
# TRIGger<*>:I2S:TCONdition<*>:DMIN
driver.trigger.i2S.tcondition.dmin.set(data_min_pattern = 1, trigger = repcap.Trigger.Default, tcondition = repcap.Tcondition.Default)

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

Parameters:
  • data_min_pattern – Numeric pattern in 2’s complement format. See also: ‘Bit pattern parameter’ X bits are not allowed. If the bit string is shorter than the word length, the rightmost bit of the input bit string is aligned to the rightmost (LSB) bit of the word.

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

  • tcondition – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tcondition’)