Bitcount

SCPI Command :

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

Sets the bit count of a cell, hence its length. Based upon the lengths of the previous cells, this also defines the position of the cell start and end within a frame.

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

Returns:

bitcount: 1 to 64

set(bitcount: int, bus=Bus.Default, busFrameNull=BusFrameNull.Default, busCellNull=BusCellNull.Default) None[source]
# BUS<*>:CMSB:FRAMe<*>:CELL<*>:BITCount
driver.bus.cmsb.frame.cell.bitcount.set(bitcount = 1, bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busCellNull = repcap.BusCellNull.Default)

Sets the bit count of a cell, hence its length. Based upon the lengths of the previous cells, this also defines the position of the cell start and end within a frame.

Parameters:
  • bitcount – 1 to 64

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