State

SCPI Commands

SENSe:CREFerence:GUARd:STATe
class StateCls[source]

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

get() bool[source]
# SCPI: [SENSe]:CREFerence:GUARd:STATe
value: bool = driver.applications.k50Spurious.sense.creference.guard.state.get()

Determines whether the specified guard interval is included in the spur search or not. If the guard interval is not included, the spectrum displays contain gaps at the guard intervals.

return

state: ON | OFF | 0 | 1 OFF | 0 Guard interval is not included ON | 1 Guard interval is included

set(state: bool) None[source]
# SCPI: [SENSe]:CREFerence:GUARd:STATe
driver.applications.k50Spurious.sense.creference.guard.state.set(state = False)

Determines whether the specified guard interval is included in the spur search or not. If the guard interval is not included, the spectrum displays contain gaps at the guard intervals.

param state

ON | OFF | 0 | 1 OFF | 0 Guard interval is not included ON | 1 Guard interval is included