Start
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:SCONtrol:FRAGment:STARt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) str[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:SCONtrol:FRAGment:STARt value: str = driver.source.bb.wlnn.fblock.user.mac.scontrol.fragment.start.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
The command enters the start number of the fragment bits of the sequence control.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
start: integer Range: #H0,4 to #HF,4
- set(start: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:SCONtrol:FRAGment:STARt driver.source.bb.wlnn.fblock.user.mac.scontrol.fragment.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.
- Parameters:
start – integer Range: #H0,4 to #HF,4
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)