Center

SCPI Commands

SENSe:FREQuency:CENTer
class CenterCls[source]

Center commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:FREQuency:CENTer
value: float = driver.applications.k60Transient.sense.frequency.center.get()

This command defines the center frequency.

return

frequency: The allowed range and fmax is specified in the data sheet. Unit: Hz

set(frequency: float) None[source]
# SCPI: [SENSe]:FREQuency:CENTer
driver.applications.k60Transient.sense.frequency.center.set(frequency = 1.0)

This command defines the center frequency.

param frequency

The allowed range and fmax is specified in the data sheet. Unit: Hz

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k60Transient.sense.frequency.center.clone()

Subgroups