Carenado Saab 340 - not IFR -operable

Until they fix this issue, and if anyone has SpadNext, you can control the condition levers using the B Events:
B:SAAB340_IE_CONDITION_LEVER_1
B:SAAB340_IE_CONDITION_LEVER_2
The range is from 0 to 100.

You can just copy and paste the following into SpadNext interface on any axis you choose on any device.

Lever 1:

<EventDefinition xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Trigger="VALUE" xmlns="http://www.fsgs.com/SPAD">
  <Comment>Condition Lever 1</Comment>
  <EventActions>
    <EventActionCustomAxis TargetDataDefinition="B:SAAB340_IE_CONDITION_LEVER_1" Value="0">
      <Options>
        <Option Key="USETRIGGERVALUE" Value="True" />
        <Option Key="ALWAYSACTIVE" Value="True" />
        <Option Key="RANGETO" Value="94" />
        <Option Key="USERAWVALUE" Value="True" />
        <Option Key="USEMAPPING" Value="True" />
        <Option Key="MAPTO" Value="100" />
      </Options>
    </EventActionCustomAxis>
  </EventActions>
</EventDefinition>

Lever 2:

<EventDefinition xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Trigger="VALUE" xmlns="http://www.fsgs.com/SPAD">
  <Comment>Condition Lever 2</Comment>
  <EventActions>
    <EventActionCustomAxis TargetDataDefinition="B:SAAB340_IE_CONDITION_LEVER_2" Value="0">
      <Options>
        <Option Key="USETRIGGERVALUE" Value="True" />
        <Option Key="ALWAYSACTIVE" Value="True" />
        <Option Key="RANGETO" Value="94" />
        <Option Key="USERAWVALUE" Value="True" />
        <Option Key="USEMAPPING" Value="True" />
        <Option Key="MAPTO" Value="100" />
      </Options>
    </EventActionCustomAxis>
  </EventActions>
</EventDefinition>