Cmsb
SCPI Commands :
BUS<*>:CMSB:LOAD
BUS<*>:CMSB:SAVE
- Commands in total: 80Subgroups: 13Direct child commands: 2
- load(filename: str, bus=Bus.Default) None[source]
# BUS<*>:CMSB:LOAD driver.bus.cmsb.load(filename = 'abc', bus = repcap.Bus.Default)
Opens an existing frame description file in xml format. The default path is //Public/Documents/Rohde-Schwarz/RTx/SaveXML
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- save(filename: str, bus=Bus.Default) None[source]
# BUS<*>:CMSB:SAVE driver.bus.cmsb.save(filename = 'abc', bus = repcap.Bus.Default)
Saves a created frame description into an xml file (‘Save As…’) . The default path is //Public/Documents/Rohde-Schwarz/RTx/SaveXML
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
Cloning the Group
# Create a copy of the original group, that exists independently
cmsb_copy = driver.bus.cmsb.clone()
Subgroups