Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 557 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 557 Bytes

pza-plugin-korad

cargo post build --features plugin

KD3005P_fake

This driver provides a very simulated version of the KD3005P.

{
    "devices": [
        {
            "name": "my_power_supply",
            "dref": "korad.KD3005P_fake"
        }
    ]
}

For now only, the only attribute implemented are:

  • control/output_enable : start at false, then just memorize the last set value
  • control/voltage : start at 0, then just memorize the last set value
  • control/current : start at 0, then just memorize the last set value