FormatPy

SCPI Commands :

SBUS<*>:NRZC:FORMat:LOAD
SBUS<*>:NRZC:FORMat:SAVE
Commands in total: 16
Subgroups: 4
Direct child commands: 2
load(filename: str, serialBus=SerialBus.Default) None[source]
# SBUS<*>:NRZC:FORMat:LOAD
driver.sbus.nrzc.formatPy.load(filename = 'abc', serialBus = repcap.SerialBus.Default)

Loads a the specified XML file with a list of frame descriptions.

Parameters:

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

save(filename: str, serialBus=SerialBus.Default) None[source]
# SBUS<*>:NRZC:FORMat:SAVE
driver.sbus.nrzc.formatPy.save(filename = 'abc', serialBus = repcap.SerialBus.Default)

Saves the current list of frame descriptions to an XML file with the specified name.

Parameters:

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

Cloning the Group

# Create a copy of the original group, that exists independently
formatPy_copy = driver.sbus.nrzc.formatPy.clone()

Subgroups