Pcorrelation

SCPI Command :

[SENSe]:PULSe:TSIDelobe:PCORrelation
class PcorrelationCls[source]

Pcorrelation commands group definition. 7 total commands, 6 Subgroups, 1 group commands

get(query_range: RsFsw.enums.SelectionRange) str[source]
# SCPI: [SENSe]:PULSe:TSIDelobe:PCORrelation
value: str = driver.applications.k6Pulse.sense.pulse.tsidelobe.pcorrelation.get(query_range = enums.SelectionRange.ALL)

Returns the peak correlation within the time sidelobe range for the specified pulse(s) .

param query_range

SELected | CURRent | ALL SELected Currently selected pulse CURRent Detected pulses in the current capture buffer ALL All detected pulses in the entire measurement.

return

result: char_data

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k6Pulse.sense.pulse.tsidelobe.pcorrelation.clone()

Subgroups