Append

SCPI Command :

BUS<*>:CMSB:FRAMe<*>:APPend
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(bus=Bus.Default, busFrameNull=BusFrameNull.Default) None[source]
# BUS<*>:CMSB:FRAMe<*>:APPend
driver.bus.cmsb.frame.append.set(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default)

Creates an empty cell description and adds it to the end of the active frame description.

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

  • busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)

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