Pilots

SCPI Command :

[SENSe]:TRACking:PILots
class PilotsCls[source]

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

get() RsFsw.enums.PilotSeqMode[source]
# SCPI: [SENSe]:TRACking:PILots
value: enums.PilotSeqMode = driver.applications.k91Wlan.sense.tracking.pilots.get()

In case tracking is used, the used pilot sequence has an effect on the measurement results. For details see ‘Tracking the phase drift, timing jitter and gain’.

return

mode: STANdard | DETected STANdard The pilot sequence is determined according to the corresponding WLAN standard. In case the pilot generation algorithm of the device under test (DUT) has a problem, the non-standard-conform pilot sequence might affect the measurement results, or the R&S FSW WLAN application might not synchronize at all onto the signal generated by the DUT. DETected The pilot sequence detected in the WLAN signal to be analyzed is used by the R&S FSW WLAN application. In case the pilot generation algorithm of the device under test (DUT) has a problem, the non-standard-conform pilot sequence will not affect the measurement results. In case the pilot sequence generated by the DUT is correct, it is recommended that you use the ‘According to Standard’ setting because it generates more accurate measurement results.

set(mode: RsFsw.enums.PilotSeqMode) None[source]
# SCPI: [SENSe]:TRACking:PILots
driver.applications.k91Wlan.sense.tracking.pilots.set(mode = enums.PilotSeqMode.DETected)

In case tracking is used, the used pilot sequence has an effect on the measurement results. For details see ‘Tracking the phase drift, timing jitter and gain’.

param mode

STANdard | DETected STANdard The pilot sequence is determined according to the corresponding WLAN standard. In case the pilot generation algorithm of the device under test (DUT) has a problem, the non-standard-conform pilot sequence might affect the measurement results, or the R&S FSW WLAN application might not synchronize at all onto the signal generated by the DUT. DETected The pilot sequence detected in the WLAN signal to be analyzed is used by the R&S FSW WLAN application. In case the pilot generation algorithm of the device under test (DUT) has a problem, the non-standard-conform pilot sequence will not affect the measurement results. In case the pilot sequence generated by the DUT is correct, it is recommended that you use the ‘According to Standard’ setting because it generates more accurate measurement results.