Template:DeviceDriverInfo: Difference between revisions
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
If an image of the device is also available, an image of the device will also be shown. The name of the images should match with (and case is important!): | If an image of the device is also available, an image of the device will also be shown. The name of the images should match with (and case is important!): | ||
* Image:<DeviceBrand> <DeviceType>.jpg | * Image:<DeviceBrand> <DeviceType>.jpg | ||
* Image:<DeviceBrand> <DeviceType> front.jpg | * Image:<DeviceBrand> <DeviceType> front.jpg | ||
* Image:<DeviceBrand> <DeviceType> back.jpg | * Image:<DeviceBrand> <DeviceType> back.jpg | ||
Examples of these images are: | |||
* [[:Image:Keysight Technologies N9048B front.jpg | Keysight Technologies N9048B front.jpg]] | |||
* [[:Image:Keysight Technologies N9048B back.jpg | Keysight Technologies N9048B back.jpg]] | |||
If a page is present which is using less words, those pages will also automatically be linked. | If a page is present which is using less words, those pages will also automatically be linked. | ||
Depending on the device type that is supported by the driver, generic pages that all the devices of that type have in common, will also be included. See [[:Template:DeviceTypeGenericConfiguration | Template:DeviceTypeGenericConfiguration]] for those details. | |||
When specific information of the device should also be present on the page of the device driver, the additional information should be included after the call to the [[:Template:DeviceDriverInfo | DeviceDriverInfo]] template. | |||
An example of this template is: | An example of this template is: | ||
{{Example|text= | {{Example|text= | ||
<pre>{{DeviceDriverInfo | |||
|DLLFile=RADHPSA.DLL | |||
|DeviceBrand=Keysight Technologies | |||
|DeviceDriverName=KEYSIGHTN9048B_PM | |||
|DeviceType=N9048B | |||
|HideAutoData=1 | |||
|SupportedDeviceTypes=8 | |||
}} | |||
</pre> | |||
will result in: | |||
{{DeviceDriverInfo | {{DeviceDriverInfo | ||
|DLLFile= | |DLLFile=RADHPSA.DLL | ||
|DeviceBrand= | |DeviceBrand=Keysight Technologies | ||
|DeviceDriverName= | |DeviceDriverName=KEYSIGHTN9048B_PM | ||
|DeviceType= | |DeviceType=N9048B | ||
|HideAutoData=1 | |||
|SupportedDeviceTypes=8 | |SupportedDeviceTypes=8 | ||
}} | }} |
Revision as of 08:10, 29 May 2024
This template is used to show the details of a supported device driver. Possible named arguments are:
- DeviceBrand: The brand of the device (also known as the manufacturer)
- DeviceType: The type of the device (the type-number/description)
- DLLFile: The name of the DLL in which the device driver is included, which can be a ;-seperated list of DLL files.
- SupportedDeviceTypes: The numeric encoding of the supported device types
- DeviceDriverName: The internal device driver name
- HideAutoData: If the automatic 'guessed' data should be hidden (1: Hides the data)
- GenericPage: The name of the page with some generic data of this device (which is used to group information of a serie of similar devices)
If an image of the device is also available, an image of the device will also be shown. The name of the images should match with (and case is important!):
- Image:<DeviceBrand> <DeviceType>.jpg
- Image:<DeviceBrand> <DeviceType> front.jpg
- Image:<DeviceBrand> <DeviceType> back.jpg
Examples of these images are:
If a page is present which is using less words, those pages will also automatically be linked.
Depending on the device type that is supported by the driver, generic pages that all the devices of that type have in common, will also be included. See Template:DeviceTypeGenericConfiguration for those details.
When specific information of the device should also be present on the page of the device driver, the additional information should be included after the call to the DeviceDriverInfo template.
An example of this template is:
“ | Example:
{{DeviceDriverInfo
|DLLFile=RADHPSA.DLL
|DeviceBrand=Keysight Technologies
|DeviceDriverName=KEYSIGHTN9048B_PM
|DeviceType=N9048B
|HideAutoData=1
|SupportedDeviceTypes=8
}}
will result in: The Keysight Technologies N9048B device driver is a Power Meter which is supported by RadiMation®. Configuration[edit]The following tabs are available in the advanced configuration of the DeviceDriverInfo:
Both for the leveling, and the monitoring these settings can be set individually. The leveling is used, whenever RadiMation® is measuring the power, to regulate the signal generator. If the powermeter is only used as input, without regulating on it, then the monitoring settings are used. More detailed information on how to achieve a fast and stable power measurement is available in Application Note 106: Powermeter parameter configuration. The frequency range of the DeviceDriverInfo as provided by the manufacturer is shown and selected as default. It is possible to overrule these frequencies and to manual adjust the allowed frequency range of the DeviceDriverInfo.
Be careful changing these setting as RadiMation® is no longer able to verify if the DeviceDriverInfo is used outside frequency range that is specified by the manufacturer. This may result to serious damage of your measurement device. The settings on the Reference tab influence the measurement frequency that is communicated to the measurement device. The frequency that is forwarded to the measurement device can for example be used by the device to perform the measurement on the correct frequency, or use the correct internal frequency dependant correction or calibration factor on the measurement result. Normally it is desired that the measurement frequency is the same as the carrier frequency of the signal generator. In some situations it can however be required to communicate a different frequency to the measurement device. In such a situation the settings on the Reference tab can be modified.
|
” |