Bit
SCPI Command :
TRIGger:SBSW:I2C:FRAMe<*>:FLD<*>:BIT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frame=Frame.Default, field=Field.Default) SbusBitState[source]
# TRIGger:SBSW:I2C:FRAMe<*>:FLD<*>:BIT value: enums.SbusBitState = driver.trigger.sbsw.i2C.frame.fld.bit.get(frame = repcap.Frame.Default, field = repcap.Field.Default)
Sets the bit state of a field that only consists of one bit for the software trigger.
- Parameters:
frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)
field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)
- Returns:
bit_state: ONE | ZERO
- set(bit_state: SbusBitState, frame=Frame.Default, field=Field.Default) None[source]
# TRIGger:SBSW:I2C:FRAMe<*>:FLD<*>:BIT driver.trigger.sbsw.i2C.frame.fld.bit.set(bit_state = enums.SbusBitState.DC, frame = repcap.Frame.Default, field = repcap.Field.Default)
Sets the bit state of a field that only consists of one bit for the software trigger.
- Parameters:
bit_state – ONE | ZERO
frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)
field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)