Cfrequency

SCPI Command :

OUTPut:ADEMod[:ONLine]:AF[:CFRequency]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# OUTPut:ADEMod[:ONLine]:AF[:CFRequency]
value: float = driver.output.ademod.online.af.cfrequency.get()

Defines the cutoff frequency for the AC highpass filter (for AC coupling only, see method RsFsw.sense.ademod.af.coupling.set() ) .

Returns:

frequency: numeric value Range: 10 Hz to DemodBW/10 (= 300 kHz for active demodulation output) , Unit: HZ

set(frequency: float) None[source]
# OUTPut:ADEMod[:ONLine]:AF[:CFRequency]
driver.output.ademod.online.af.cfrequency.set(frequency = 1.0)

Defines the cutoff frequency for the AC highpass filter (for AC coupling only, see method RsFsw.sense.ademod.af.coupling.set() ) .

Parameters:

frequency – numeric value Range: 10 Hz to DemodBW/10 (= 300 kHz for active demodulation output) , Unit: HZ