Bit

SCPI Command :

TRIGger<*>:TNOS:FRAMe<*>:FLD<*>:BIT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) BusBitCondition[source]
# TRIGger<*>:TNOS:FRAMe<*>:FLD<*>:BIT
value: enums.BusBitCondition = driver.trigger.tnos.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 software 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<*>:TNOS:FRAMe<*>:FLD<*>:BIT
driver.trigger.tnos.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 software 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’)