Model
SCPI Command :
[SENSe]:SIGNal:MODel
- class ModelCls[source]
Model commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.SignalModel [source]
# SCPI: [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.
- return
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: RsFsw.enums.SignalModel) None [source]
# SCPI: [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.
- param 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