Interval

SCPI Commands

SENSe:CREFerence:GUARd:INTerval
class IntervalCls[source]

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

get() float[source]
# SCPI: [SENSe]:CREFerence:GUARd:INTerval
value: float = driver.applications.k50Spurious.sense.creference.guard.interval.get()

Defines the guard interval as a span around the reference carrier. This setting is only available for [SENSe:]CREFerence:GUARd:STATe OFF

return

span: Unit: HZ

set(span: float) None[source]
# SCPI: [SENSe]:CREFerence:GUARd:INTerval
driver.applications.k50Spurious.sense.creference.guard.interval.set(span = 1.0)

Defines the guard interval as a span around the reference carrier. This setting is only available for [SENSe:]CREFerence:GUARd:STATe OFF

param span

Unit: HZ