Condition

SCPI Command :

SBUS<*>:NRZU:FORMat:FRAMe<*>:FLD<*>:CONDition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) str[source]
# SBUS<*>:NRZU:FORMat:FRAMe<*>:FLD<*>:CONDition
value: str = driver.sbus.nrzu.formatPy.frame.fld.condition.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)

Specifies a user-defined condition operator for the selected field of the selected frame. The various condition operators can identify, for example, a mandatory CRC checksum value or a frame ID. Set the numeric format of the condition by the command method RsMxo.sbus.nrzu.formatPy.frame.fld.formatPy.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(condition: str, serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) None[source]
# SBUS<*>:NRZU:FORMat:FRAMe<*>:FLD<*>:CONDition
driver.sbus.nrzu.formatPy.frame.fld.condition.set(condition = 'abc', serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)

Specifies a user-defined condition operator for the selected field of the selected frame. The various condition operators can identify, for example, a mandatory CRC checksum value or a frame ID. Set the numeric format of the condition by the command method RsMxo.sbus.nrzu.formatPy.frame.fld.formatPy.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’)