Model
SCPI Command :
[SENSe]:SIGNal:MODel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() SignalModel[source]
# [SENSe]:SIGNal:MODel value: enums.SignalModel = driver.applications.k60Transient.sense.signal.model.get()
Defines which type of signal to expect (if known) , thus determining the analysis method. Is only required if the additional options FSW-K60C/-K60H are installed.
- Returns:
signal: HOP | CHIRp HOP Signals ‘hop’ between random carrier frequencies in short intervals CHIRp The carrier frequency is either increased or decreased linearly over time NONE No specific signal model is used; this is the default setting if no additional options are installed
- set(signal: SignalModel) None[source]
# [SENSe]:SIGNal:MODel driver.applications.k60Transient.sense.signal.model.set(signal = enums.SignalModel.CHIRp)
Defines which type of signal to expect (if known) , thus determining the analysis method. Is only required if the additional options FSW-K60C/-K60H are installed.
- Parameters:
signal – HOP | CHIRp HOP Signals ‘hop’ between random carrier frequencies in short intervals CHIRp The carrier frequency is either increased or decreased linearly over time NONE No specific signal model is used; this is the default setting if no additional options are installed