Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property InstrumentType As InstrumentType |
C# | |
---|---|
public InstrumentType InstrumentType {get;} |
C++/CLI | |
---|---|
public: property InstrumentType InstrumentType { InstrumentType get(); } |
The Adc type is used for instruments from which time domain data is read. That usually means an instrument that digitizes (A/D) the signal, but it could be from simulation software (such as for the User input functionality) or from a logic analyzer. An instrument may contain tuner (down converter) or input (calibrator) functionality in addition to an A/D converter. But, if that instrument will be performing the A/D operation then the type should be specified as Adc.
An instrument may be capable of more than one type. For example a Spectrum Analyzer may be used as an Adc type or as a Tuner type depending upon whether that functionality is supported or not with that hardware. When used as a tuner then it is just used as a down converter and some other instrument is used to digitize the signal.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)