Start

SCPI Commands

SENSe:FREQuency:STARt
class StartCls[source]

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

get() float[source]
# SCPI: [SENSe]:FREQuency:STARt
value: float = driver.applications.k30NoiseFigure.sense.frequency.start.get()

This command defines the start frequency. If you change the start frequency, the application creates a new frequency list.

return

frequency: Unit: HZ

set(frequency: float) None[source]
# SCPI: [SENSe]:FREQuency:STARt
driver.applications.k30NoiseFigure.sense.frequency.start.set(frequency = 1.0)

This command defines the start frequency. If you change the start frequency, the application creates a new frequency list.

param frequency

Unit: HZ