Dmin

SCPI Command :

SBUS<*>:SENT:FILTer:DMIN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default) str[source]
# SBUS<*>:SENT:FILTer:DMIN
value: str = driver.sbus.sent.filterPy.dmin.get(serialBus = repcap.SerialBus.Default)

Specifies the data pattern, or sets the start value of a data pattern range.

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<*>:SENT:FILTer:DMIN
driver.sbus.sent.filterPy.dmin.set(frame = 'abc', field = 'abc', data = 'abc', serialBus = repcap.SerialBus.Default)

Specifies the data pattern, or sets the start value of a data pattern range.

Parameters:

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