Bandwidth

SCPI Command :

[SENSe]:CHIRp:FREQuency:BWIDth
Commands in total: 5
Subgroups: 4
Direct child commands: 1
get(query_range: SelectionRange) float[source]
# [SENSe]:CHIRp:FREQuency:BWIDth
value: float = driver.applications.k60Transient.sense.chirp.frequency.bandwidth.get(query_range = enums.SelectionRange.ALL)

Returns the chirp bandwidth from the Results table for the specified chirp(s) .

Parameters:

query_range – SELected | CURRent | ALL SELected Selected chirp CURRent Detected chirps in the current capture buffer ALL All chirps detected in the entire measurement

Returns:

result: Unit: kHz

Cloning the Group

# Create a copy of the original group, that exists independently
bandwidth_copy = driver.applications.k60Transient.sense.chirp.frequency.bandwidth.clone()

Subgroups