Fragment

SCPI Commands :

[SOURce<HW>]:BB:WLAD:PCONfig:MAC:SCONtrol:FRAGment:INCRement
[SOURce<HW>]:BB:WLAD:PCONfig:MAC:SCONtrol:FRAGment:STARt
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_increment() int[source]
# [SOURce<HW>]:BB:WLAD:PCONfig:MAC:SCONtrol:FRAGment:INCRement
value: int = driver.source.bb.wlad.pconfig.mac.scontrol.fragment.get_increment()

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

Returns:

increment: integer Range: 0 to 1024

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

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

Returns:

start: 4 bits

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

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

Parameters:

increment – integer Range: 0 to 1024

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

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

Parameters:

start – 4 bits