Start
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:SCONtrol:SEQuence:STARt
- class StartCls[source]
Start commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) str [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:SCONtrol:SEQuence:STARt value: str = driver.source.bb.wlnn.fblock.user.mac.scontrol.sequence.start.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
The command enters the start number of the fragment bits of the sequence control.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
start: integer Range: #H000,12 to #HFFF,12
- set(start: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:SCONtrol:SEQuence:STARt driver.source.bb.wlnn.fblock.user.mac.scontrol.sequence.start.set(start = rawAbc, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
The command enters the start number of the fragment bits of the sequence control.
- param start
integer Range: #H000,12 to #HFFF,12
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)