Sehb
SCPI Command :
BUS<*>:FLXRay:SEHB
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:FLXRay:SEHB value: bool = driver.bus.flxRay.sehb.get(bus = repcap.Bus.Default)
The command affects the decoding and its display. If ON, the leading five indicator bits of the header are decoded as five single bits. Otherwise, the indicator bits are shown as one word with word length five bit.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
separate_hdr_bts: OFF | ON
- set(separate_hdr_bts: bool, bus=Bus.Default) None[source]
# BUS<*>:FLXRay:SEHB driver.bus.flxRay.sehb.set(separate_hdr_bts = False, bus = repcap.Bus.Default)
The command affects the decoding and its display. If ON, the leading five indicator bits of the header are decoded as five single bits. Otherwise, the indicator bits are shown as one word with word length five bit.
- Parameters:
separate_hdr_bts – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)