Bit
SCPI Command :
SEARch:TRIGger:TNOS:FRAMe<*>:FLD<*>:BIT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) BusBitCondition[source]
# SEARch:TRIGger:TNOS:FRAMe<*>:FLD<*>:BIT value: enums.BusBitCondition = driver.search.trigger.tnos.frame.fld.bit.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Sets the bit state of a field to be searched that only consists of one bit.
- Parameters:
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(search: str, bit_state: BusBitCondition, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# SEARch:TRIGger:TNOS:FRAMe<*>:FLD<*>:BIT driver.search.trigger.tnos.frame.fld.bit.set(search = 'abc', bit_state = enums.BusBitCondition.DC, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)
Sets the bit state of a field to be searched that only consists of one bit.
- Parameters:
bit_state – ONE | ZERO | DC
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’)