Bit
SCPI Command :
TRIGger:SBSW:TBTO:BIT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() SbusBitState[source]
# TRIGger:SBSW:TBTO:BIT value: enums.SbusBitState = driver.trigger.sbsw.tbto.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:TBTO:BIT driver.trigger.sbsw.tbto.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.