Mfrequency

SCPI Command :

[SENSe]:PULSe:TSIDelobe:MFRequency
Commands in total: 7
Subgroups: 6
Direct child commands: 1
get(query_range: SelectionRange) str[source]
# [SENSe]:PULSe:TSIDelobe:MFRequency
value: str = driver.applications.k6Pulse.sense.pulse.tsidelobe.mfrequency.get(query_range = enums.SelectionRange.ALL)

Returns the mainlobe frequency for the specified pulse(s) .

Parameters:

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.

Returns:

result: char_data

Cloning the Group

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

Subgroups