Dmax
SCPI Command :
SBUS<*>:TNOS:FILTer:DMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default) str[source]
# SBUS<*>:TNOS:FILTer:DMAX value: str = driver.sbus.tnos.filterPy.dmax.get(serialBus = repcap.SerialBus.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.tnos.filterPy.frame.fld.doperator.set().- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- set(frame: str, field: str, data: str, serialBus=SerialBus.Default) None[source]
# SBUS<*>:TNOS:FILTer:DMAX driver.sbus.tnos.filterPy.dmax.set(frame = 'abc', field = 'abc', data = 'abc', serialBus = repcap.SerialBus.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.tnos.filterPy.frame.fld.doperator.set().- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)