Cfrequency

SCPI Command :

OUTPut:ADEMod[:ONLine]:AF[:CFRequency]
class CfrequencyCls[source]

Cfrequency commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: 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 [SENSe:]ADEMod<n>:AF:COUPling) .

return

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

set(frequency: float) None[source]
# SCPI: 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 [SENSe:]ADEMod<n>:AF:COUPling) .

param frequency

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