EConfigType
Enumerated values that specify a type of device or functional component that can be defined in a configuration file.
Possible values:
- Unknown
Specifies a configuration whose type is unknown.
If a type of configuration is not one of the other types then it will be defined as unknown. A user defined type will appear as an unknown type.
- AbSplit
A functional component that specifies a configuration which defines parameters required to execute an AB split characterization.
- AmbSplit
A functional component that specifies a configuration which defines parameters required to execute a series of AMB split measurements.
- Calibration
A functional component that specifies a configuration which defines parameters required to execute a calibration.
- Dcm
A device component that specifies a configuration which defines parameters required to use a DCM.
- Fcm
A device component that specifies a configuration which defines parameters required to use a FCM.
- MultiSwitch
A device component that specifies a configuration which defines parameters required to use a switch matrix controller.
- Path
A functional component that specifies a configuration which defines a switch matrix path and the calibration device(s) within the path.
- Pna
A device component that specifies a configuration which defines parameters required to communicate with a PNA.
- PowerBridge
A functional component that specifies a configuration which defines parameters required to run source power calibrations using a power bridge.
- Scm
A device component that specifies a configuration which defines parameters required to use a SCM.
- Sequence
A functional component that specifies a configuration which defines a sequence of executions.
- ShortOpenLoad
A functional component that specifies a configuration which defines parameters required to execute a series of Short,Open, Load measurements.
In addition to defining a switch path and calibration device(s) it also defines prefixes used to name files and the directory where measurement files will be stored.
- Switch
A device component that specifies a configuration which defines a single switch controlled by a MultiSwitch.
- UserDevice
A user defined SCPI based device.
See also IApi.cs.