Clr
SCPI Command :
SBUS<*>:NRZC:FORMat:CLR
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(serialBus=SerialBus.Default) None[source]
# SBUS<*>:NRZC:FORMat:CLR driver.sbus.nrzc.formatPy.clr.set(serialBus = repcap.SerialBus.Default)
Erases from the volatile memory all field and frame format descriptions that you have created for a specific custom protocol.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
- set_and_wait(serialBus=SerialBus.Default, opc_timeout_ms: int = -1) None[source]