Max

SCPI Command :

BUS<*>:CXPI:IBS:MAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) int[source]
# BUS<*>:CXPI:IBS:MAX
value: int = driver.bus.cxpi.ibs.max.get(bus = repcap.Bus.Default)

Sets the maximum for the inter-byte-space range.

Parameters:

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

Returns:

expected_ib_smax: 0 to 15

set(expected_ib_smax: int, bus=Bus.Default) None[source]
# BUS<*>:CXPI:IBS:MAX
driver.bus.cxpi.ibs.max.set(expected_ib_smax = 1, bus = repcap.Bus.Default)

Sets the maximum for the inter-byte-space range.

Parameters:
  • expected_ib_smax – 0 to 15

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