Drate

SCPI Command :

SENSe:WLAN:SIGNaling<instance>:STA<s>:UESinfo:DRATe
class DrateCls[source]

Drate commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Format_Py: enums.FrameFormat: NHT | HT | VHT | HESU | HEMU | HETB Frame format NHT: non-high throughput format (non-HT) HT: high throughput format VHT: very high throughput format HESU: high efficiency format, single user MIMO HEMU: high efficiency format, multi user MIMO HETB: high efficiency format, trigger based uplink single user MIMO

  • Rate: enums.DataRate: MB1 | MB2 | MB5 | MB6 | MB9 | MB11 | MB12 | MB18 | MB24 | MB36 | MB48 | MB54 | MCS0 | MCS1 | MCS2 | MCS3 | MCS4 | MCS5 | MCS6 | MCS7 | MCS8 | MCS9 | MCS10 | MCS11 | MCS12 | MCS13 | MCS14 | MCS15 MBx: data rate for NHT in Mbit/s {1, 2, 5.5, 6, 9, 11, 12, 18, 24, 36, 48, 54} MCSx: modulation and coding scheme x for HT, VHT and HE

  • Cbw: enums.ChannelBandwidth: BW20 | BW40 | BW80 | BW88 | BW16 Channel bandwidth in MHz: 20, 40, 80, 80+80, 160

  • Nss: enums.SpacialStreamsNr: NSS1 | NSS2 | NSS3 | NSS4 | NSS5 | NSS6 | NSS7 | NSS8 Number of spatial streams

get(station=Station.Default) GetStruct[source]
# SCPI: SENSe:WLAN:SIGNaling<instance>:STA<s>:UESinfo:DRATe
value: GetStruct = driver.sense.sta.uesInfo.drate.get(station = repcap.Station.Default)

Queries information related to the data rate of the DUT signal.

param station:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sta’)

return:

structure: for return value, see the help for GetStruct structure arguments.