Did

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:DID
class DidCls[source]

Did 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:DID
value: str = driver.source.bb.wlnn.fblock.user.mac.did.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

The command enters the value of the duration ID field. Depending on the frame type, the 2-byte field Duration/ID is used to transmit the association identity of the station transmitting the frame or it indicates the duration assigned to the frame type. Exactly 16 bit must be entered.

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:

did: integer Range: #H0000,16 to #HFFFF,16

set(did: str, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:[USER<DI>]:MAC:DID
driver.source.bb.wlnn.fblock.user.mac.did.set(did = rawAbc, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)

The command enters the value of the duration ID field. Depending on the frame type, the 2-byte field Duration/ID is used to transmit the association identity of the station transmitting the frame or it indicates the duration assigned to the frame type. Exactly 16 bit must be entered.

param did:

integer Range: #H0000,16 to #HFFFF,16

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’)