Dmax

SCPI Command :

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

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<*>:QSPI:FILTer:DMAX
driver.sbus.qspi.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.

Parameters:

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