Name

SCPI Command :

BUS<*>:CMSB:FRAMe<*>:CELL<*>:NAME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, busFrameNull=BusFrameNull.Default, busCellNull=BusCellNull.Default) str[source]
# BUS<*>:CMSB:FRAMe<*>:CELL<*>:NAME
value: str = driver.bus.cmsb.frame.cell.name.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busCellNull = repcap.BusCellNull.Default)

Enables the user to set a cell name within a frame. Names do not have to be unique, they are just for user support.

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’)

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

set(cell_name: str, bus=Bus.Default, busFrameNull=BusFrameNull.Default, busCellNull=BusCellNull.Default) None[source]
# BUS<*>:CMSB:FRAMe<*>:CELL<*>:NAME
driver.bus.cmsb.frame.cell.name.set(cell_name = 'abc', bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busCellNull = repcap.BusCellNull.Default)

Enables the user to set a cell name within a frame. Names do not have to be unique, they are just for user support.

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’)

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