Io Current Generate Pattern
Generates an io pattern for a specific channel.
Arguments Description
channel_name (str): Hardware channel name.
current (list): list of current value in ma
ramp_timing (list): ramp duration in ms.
dwell_timing (list): dwell duration in ms.
repetition (int): repetition.
Returns
bool: True if the io_current is well set; otherwise, False.
Example
${channel_name}= ChannelName${current}= Create List ${0x1000} ${0x1500}${ramp_timing}= Create List ${0x100} ${0x150}${dwell_timing}= Create List ${0x100} ${0x150}${repetition}= ${0x1}Io Current Generate Pattern ${channel_name} ${current} ${ramp_timing} ${dwell_timing} ${repetition}