Value

SCPI Command :

BUS<*>:CMSB:RESult<*>:CELL<*>:VALue
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<*>:VALue
value: str = driver.bus.cmsb.result.cell.value.get(bus = repcap.Bus.Default, busResult = repcap.BusResult.Default, busCellNull = repcap.BusCellNull.Default)

Data content of the specified cell.

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