Bit
SCPI Command :
TRIGger<*>:CMSB:ADVanced:BIT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(frame: str, field: str, bit: BusBitCondition, trigger=Trigger.Default) None[source]
# TRIGger<*>:CMSB:ADVanced:BIT driver.trigger.cmsb.advanced.bit.set(frame = 'abc', field = 'abc', bit = enums.BusBitCondition.DC, trigger = repcap.Trigger.Default)
Sets the bit state of a field to be triggered on that only consists of one bit.
- Parameters:
bit –
ONE | ZERO | DC
ONE: 1
ZERO: 0
DC: ‘Do not care’ (DC) = X
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)