Configurable Modulation Source: Difference between revisions

From RadiWiki
Jump to navigation Jump to search
No edit summary
(Updated DeviceDriverInfo template)
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
=Configurable Modulation Source=
{{DeviceDriverInfo
[[Image:Configurable Modulation Source Init and Check tab.png]]
|DLLFile=RADEMPTY.DLL
|DeviceDriverName=CONFIGMS
|DeviceType=Configurable Modulation Source
|SupportedDeviceTypes=536870912
}}[[Image:Configurable Modulation Source Init and Check tab.png]]
{{ScreenElementDescription|Reset|Command to be send to the device to reset the device. Leave blank if you do not want to reset the device.}}
{{ScreenElementDescription|Init|Command to be send to the device to initialize the device. Leave blank if you do not want to initialize the device.}}
{{ScreenElementDescription|Get ID|Command to be send to the device to get the identification from the device. Leave blank if you do not want to verify if the device is connected. If you do not use the verify, {{RadiMation}} will not raise an error when a device is not connected during the initialization of a test.}}
{{ScreenElementDescription|Returned ID|The complete or a part of the return string from the device. The string is compared and when found the check will return that the device is connected.}}


{{ScreenElementDescription|Reset|Command to be send to the device to reset the device. Leave blank if you do not want to reset the device}}
[[Image:Configurable Modulation Source Carrier tab.png]]
{{ScreenElementDescription|Carrier Level|The command that is send to the device to set the level. Because the command can contain more then just the value that needs to be send, a indicator is used. The indicator for the level is the code '''__carrier__'''.
 
Example: LEVEL '''__carrier__''' V. and the level that needs to be send is 2 V.
 
Will result in LEVEL 2 V}}
{{ScreenElementDescription|Use dBm instead of Vpp|When selected the carrier level will be calculated from Vpp to Pdbm}}
{{ScreenElementDescription|Carrier On|The command that is send to turn on the carrier of the modulator.}}
{{ScreenElementDescription|Carrier Off|The command that is send to turn off the carrier of the modulator.}}
{{ScreenElementDescription|Frequency|The command that is send to the device to set the frequency. Because the command can contain more then just the value that needs to be send, a indicator is used. The indicator for the level is the code '''__freq__'''.


[[Image:Configurable Modulation Source Carrier tab.png]]
Example: FREQ:CW __freq__ HZ. and the frequency that needs to be send is 200 Hz.


Will result in FREQ:CW 200 HZ.}}
[[Image:Configurable Modulation Source Waveform tab.png]]
[[Image:Configurable Modulation Source Waveform tab.png]]
{{ScreenElementDescription|Sinus|The command that is send to the device to set the signal type to sinus.}}
{{ScreenElementDescription|Square|The command that is send to the device to set the signal type to square.}}
{{ScreenElementDescription|Triangle|The command that is send to the device to set the signal type to triangle.}}
{{ScreenElementDescription|Duty Cycle|The command that is send to the device to set the duty cycle. Because the command can contain more then just the value that needs to be send, a indicator is used. The indicator for the level is the code '''__cycle__'''.
Example: CYCLE '''__cycle__''' %. and the duty cycle that needs to be send is 50%.
Will result in LEVEL 50 %}}
{{ScreenElementDescription|Voltage Offset|The command that is send to the device to set the offset. Because the command can contain more then just the value that needs to be send, a indicator is used. The indicator for the offset is the code '''__offset__'''.
Example: OffSET '''__offset__''' V. and the offset that needs to be send is 0.5V.
Will result in LEVEL 0.5 %}}

Latest revision as of 16:17, 17 February 2012

The Configurable Modulation Source device driver is a Modulation Source which is supported by RadiMation®.  

Links

This information about an equipment is automatically generated from the list of supported device drivers from RadiMation.
If you need more information you can contact radimation-support@raditeq.com.

Configurable Modulation Source Init and Check tab.png

ScreenElementDescription.svg Reset Command to be send to the device to reset the device. Leave blank if you do not want to reset the device.
ScreenElementDescription.svg Init Command to be send to the device to initialize the device. Leave blank if you do not want to initialize the device.
ScreenElementDescription.svg Get ID Command to be send to the device to get the identification from the device. Leave blank if you do not want to verify if the device is connected. If you do not use the verify, RadiMation® will not raise an error when a device is not connected during the initialization of a test.
ScreenElementDescription.svg Returned ID The complete or a part of the return string from the device. The string is compared and when found the check will return that the device is connected.

Configurable Modulation Source Carrier tab.png

ScreenElementDescription.svg Carrier Level The command that is send to the device to set the level. Because the command can contain more then just the value that needs to be send, a indicator is used. The indicator for the level is the code __carrier__.

Example: LEVEL __carrier__ V. and the level that needs to be send is 2 V.

Will result in LEVEL 2 V

ScreenElementDescription.svg Use dBm instead of Vpp When selected the carrier level will be calculated from Vpp to Pdbm
ScreenElementDescription.svg Carrier On The command that is send to turn on the carrier of the modulator.
ScreenElementDescription.svg Carrier Off The command that is send to turn off the carrier of the modulator.
ScreenElementDescription.svg Frequency The command that is send to the device to set the frequency. Because the command can contain more then just the value that needs to be send, a indicator is used. The indicator for the level is the code __freq__.

Example: FREQ:CW __freq__ HZ. and the frequency that needs to be send is 200 Hz.

Will result in FREQ:CW 200 HZ.

Configurable Modulation Source Waveform tab.png

ScreenElementDescription.svg Sinus The command that is send to the device to set the signal type to sinus.
ScreenElementDescription.svg Square The command that is send to the device to set the signal type to square.
ScreenElementDescription.svg Triangle The command that is send to the device to set the signal type to triangle.
ScreenElementDescription.svg Duty Cycle The command that is send to the device to set the duty cycle. Because the command can contain more then just the value that needs to be send, a indicator is used. The indicator for the level is the code __cycle__.

Example: CYCLE __cycle__ %. and the duty cycle that needs to be send is 50%.

Will result in LEVEL 50 %

ScreenElementDescription.svg Voltage Offset The command that is send to the device to set the offset. Because the command can contain more then just the value that needs to be send, a indicator is used. The indicator for the offset is the code __offset__.

Example: OffSET __offset__ V. and the offset that needs to be send is 0.5V.

Will result in LEVEL 0.5 %