Bit

SCPI Command :

TRIGger:SBSW:I3C:BIT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() SbusBitState[source]
# TRIGger:SBSW:I3C:BIT
value: enums.SbusBitState = driver.trigger.sbsw.i3C.bit.get()

Sets the bit state of a field that only consists of one bit for the software trigger.

set(frame: str, field: str, bit: SbusBitState) None[source]
# TRIGger:SBSW:I3C:BIT
driver.trigger.sbsw.i3C.bit.set(frame = 'abc', field = 'abc', bit = enums.SbusBitState.DC)

Sets the bit state of a field that only consists of one bit for the software trigger.