AddFrame

SCPI Command :

BUS<*>:CMSB:ADDFrame
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(bus=Bus.Default) None[source]
# BUS<*>:CMSB:ADDFrame
driver.bus.cmsb.addFrame.set(bus = repcap.Bus.Default)

Creates an empty frame format description and adds it to the end of the frame description list.

Parameters:

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

set_and_wait(bus=Bus.Default, opc_timeout_ms: int = -1) None[source]