Max
SCPI Command :
BUS<*>:CXPI:IFS:MAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) int[source]
# BUS<*>:CXPI:IFS:MAX value: int = driver.bus.cxpi.ifs.max.get(bus = repcap.Bus.Default)
Sets the maximum for the inter-frame-space range.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
expected_if_smax: 16 to 100E+3
- set(expected_if_smax: int, bus=Bus.Default) None[source]
# BUS<*>:CXPI:IFS:MAX driver.bus.cxpi.ifs.max.set(expected_if_smax = 1, bus = repcap.Bus.Default)
Sets the maximum for the inter-frame-space range.
- Parameters:
expected_if_smax – 16 to 100E+3
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)