Name

SCPI Command :

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

Returns the name of the specified cell. Cell names are not necessarily unique.

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

  • busResult – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Result’)

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