Dmax
SCPI Command :
TRIGger<*>:I2S:TCONdition<*>:DMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default, tcondition=Tcondition.Default) int[source]
# TRIGger<*>:I2S:TCONdition<*>:DMAX value: int = driver.trigger.i2S.tcondition.dmax.get(trigger = repcap.Trigger.Default, tcondition = repcap.Tcondition.Default)
Sets the end value of an data range if the operator method
RsRtx.trigger.i2S.tcondition.condition.set()is set to INRange or OORange.- 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_max_pattern: Numeric pattern in 2’s complement format. See also: ‘Bit pattern parameter’ DMAX must be greater or equal than DMIN. 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_max_pattern: int, trigger=Trigger.Default, tcondition=Tcondition.Default) None[source]
# TRIGger<*>:I2S:TCONdition<*>:DMAX driver.trigger.i2S.tcondition.dmax.set(data_max_pattern = 1, trigger = repcap.Trigger.Default, tcondition = repcap.Tcondition.Default)
Sets the end value of an data range if the operator method
RsRtx.trigger.i2S.tcondition.condition.set()is set to INRange or OORange.- Parameters:
data_max_pattern – Numeric pattern in 2’s complement format. See also: ‘Bit pattern parameter’ DMAX must be greater or equal than DMIN. 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’)