HSC<x>INPUT<y> Command

The HSC<x>INPUT<y> command lets you input a voltage value for the external analog input CIN<y>. For HCS08 devices that have more than one HSCMP module, <x> is the number representing the corresponding module. For HCS08 devices that only have one HSCMP module, <x>=1.

Syntax
  >gdi HSC<x>INPUT<y> <n>

Where: <x> is the number representing the corresponding HSCMP module

<y> is the number representing the corresponding external analog input CIN

<n> is the voltage input value

Examples
  >gdi HSC1INPUT1 5.00  

Simulate a 5.00 volt input on CIN1 of HSCMP1.

  >gdi HSC4INPUT3 2.50  

Simulate a 2.50 volt input on CIN3 of HSCMP4.