Value

SCPI Command :

SEARch:RESult:CMSB<*>:FRAMe<*>:CELL<*>:VALue
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, searchResCmsb=SearchResCmsb.Default, busFrameNull=BusFrameNull.Default, busCellNull=BusCellNull.Default) str[source]
# SEARch:RESult:CMSB<*>:FRAMe<*>:CELL<*>:VALue
value: str = driver.search.result.cmsb.frame.cell.value.get(search = 'abc', searchResCmsb = repcap.SearchResCmsb.Default, busFrameNull = repcap.BusFrameNull.Default, busCellNull = repcap.BusCellNull.Default)

Data content of the specified cell within the search result.

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