Min

SCPI Command :

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

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

Parameters:

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

Returns:

expected_ib_smin: 0 to 15

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

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

Parameters:
  • expected_ib_smin – 0 to 15

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