Start
SCPI Command :
[SENSe]:ADEMod:AF:STARt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:ADEMod:AF:STARt value: float = driver.sense.ademod.af.start.get()
Sets the start frequency for AF spectrum result display.
- Returns:
frequency: Unit: HZ
- set(frequency: float) None[source]
# [SENSe]:ADEMod:AF:STARt driver.sense.ademod.af.start.set(frequency = 1.0)
Sets the start frequency for AF spectrum result display.
- Parameters:
frequency – Unit: HZ