WrdLength
SCPI Command :
TRIGger<*>:CMSB:NRZ:WRDLength
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) int[source]
# TRIGger<*>:CMSB:NRZ:WRDLength value: int = driver.trigger.cmsb.nrz.wrdLength.get(trigger = repcap.Trigger.Default)
Sets the number of bits in an NRZ Unclocked word.
- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
nrz_word_length: 0 to 31
- set(nrz_word_length: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:CMSB:NRZ:WRDLength driver.trigger.cmsb.nrz.wrdLength.set(nrz_word_length = 1, trigger = repcap.Trigger.Default)
Sets the number of bits in an NRZ Unclocked word.
- Parameters:
nrz_word_length – 0 to 31
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)