Bit
SCPI Command :
TRIGger<*>:I3C:FRAMe<*>:FLD<*>:BIT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) BusBitCondition[source]
# TRIGger<*>:I3C:FRAMe<*>:FLD<*>:BIT value: enums.BusBitCondition = driver.trigger.i3C.frame.fld.bit.get(trigger = repcap.Trigger.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Sets the bit state of a field that only consists of one bit for the trigger.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)
busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)
- Returns:
bit_state: ONE | ZERO | DC
- set(bit_state: BusBitCondition, trigger=Trigger.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# TRIGger<*>:I3C:FRAMe<*>:FLD<*>:BIT driver.trigger.i3C.frame.fld.bit.set(bit_state = enums.BusBitCondition.DC, trigger = repcap.Trigger.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Sets the bit state of a field that only consists of one bit for the trigger.
- Parameters:
bit_state – ONE | ZERO | DC
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)
busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)