Dmax
SCPI Command :
SBUS<*>:I3C:FILTer:FRAMe<*>:FLD<*>:DMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) List[int][source]
# SBUS<*>:I3C:FILTer:FRAMe<*>:FLD<*>:DMAX value: List[int] = driver.sbus.i3C.filterPy.frame.fld.dmax.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)
Sets the end value of a data pattern range if the operator is set to INRange or OORANGe. You can set the operator with method
RsMxo.sbus.i3C.filterPy.frame.fld.doperator.set().- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)
field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)
- set(data_max: List[int], serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) None[source]
# SBUS<*>:I3C:FILTer:FRAMe<*>:FLD<*>:DMAX driver.sbus.i3C.filterPy.frame.fld.dmax.set(data_max = [1, 2, 3], serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)
Sets the end value of a data pattern range if the operator is set to INRange or OORANGe. You can set the operator with method
RsMxo.sbus.i3C.filterPy.frame.fld.doperator.set().- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)
field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)