Name
SCPI Command :
SEARch:RESult:CMSB<*>:FRAMe<*>:CELL<*>:NAME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, searchResCmsb=SearchResCmsb.Default, busFrameNull=BusFrameNull.Default, busCellNull=BusCellNull.Default) str[source]
# SEARch:RESult:CMSB<*>:FRAMe<*>:CELL<*>:NAME value: str = driver.search.result.cmsb.frame.cell.name.get(search = 'abc', searchResCmsb = repcap.SearchResCmsb.Default, busFrameNull = repcap.BusFrameNull.Default, busCellNull = repcap.BusCellNull.Default)
Returns the name of the specified cell within the search result. Cell names are not necessarily unique.
- Parameters:
searchResCmsb – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cmsb’)
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’)