Dmax

SCPI Command :

SBUS<*>:ARINc:FILTer:DMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) str[source]
# SBUS<*>:ARINc:FILTer:DMAX
value: str = driver.sbus.arinc.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.arinc.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<*>:ARINc:FILTer:DMAX
driver.sbus.arinc.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.arinc.filterPy.frame.fld.doperator.set() .

Parameters:

serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)