StaId
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:STAid
- class StaIdCls[source]
StaId commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) int [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:STAid value: int = driver.source.bb.wlnn.fblock.user.staId.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Sets the station ID for the current user, the 11 least significant bits of the association identifier (AID) .
- 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
sta_id: integer Range: 0 to 2047
- set(sta_id: int, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:STAid driver.source.bb.wlnn.fblock.user.staId.set(sta_id = 1, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Sets the station ID for the current user, the 11 least significant bits of the association identifier (AID) .
- param sta_id
integer Range: 0 to 2047
- 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’)