Sequence

SCPI Commands :

[SOURce<HW>]:BB:WLAD:PCONfig:MAC:SCONtrol:SEQuence:INCRement
[SOURce<HW>]:BB:WLAD:PCONfig:MAC:SCONtrol:SEQuence:STARt
class SequenceCls[source]

Sequence commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_increment() int[source]
# SCPI: [SOURce<HW>]:BB:WLAD:PCONfig:MAC:SCONtrol:SEQuence:INCRement
value: int = driver.source.bb.wlad.pconfig.mac.scontrol.sequence.get_increment()

Sets the number of packets required to increment the counter of the sequence bits of the sequence control.

return

increment: integer Range: 0 to 1024

get_start() str[source]
# SCPI: [SOURce<HW>]:BB:WLAD:PCONfig:MAC:SCONtrol:SEQuence:STARt
value: str = driver.source.bb.wlad.pconfig.mac.scontrol.sequence.get_start()

Sets the start number of the fragment bits of the sequence control.

return

start: 12 bits

set_increment(increment: int) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:PCONfig:MAC:SCONtrol:SEQuence:INCRement
driver.source.bb.wlad.pconfig.mac.scontrol.sequence.set_increment(increment = 1)

Sets the number of packets required to increment the counter of the sequence bits of the sequence control.

param increment

integer Range: 0 to 1024

set_start(start: str) None[source]
# SCPI: [SOURce<HW>]:BB:WLAD:PCONfig:MAC:SCONtrol:SEQuence:STARt
driver.source.bb.wlad.pconfig.mac.scontrol.sequence.set_start(start = rawAbc)

Sets the start number of the fragment bits of the sequence control.

param start

12 bits