•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-DD-FIRMWARE-LDT-3904-1 15 Apr 2026

Do we know which channel this event will be sent on?

LEAHI-TD-FIRMWARE-LDT-2240-1 20 Apr 2026

Do we need this?

LEAHI-TD-FIRMWARE-LDT-2240-1 20 Apr 2026

Should be RESPONSE msg, not request.

LEAHI-DD-FIRMWARE-LDT-2662-1 23 Oct 2025

Remove extra blank line.

LEAHI-DD-FIRMWARE-LDT-2662-1 23 Oct 2025

???

LEAHI-DD-FIRMWARE-LDT-2004-9 14 Apr 2026

Its a problem . Vinay has to decide it

LEAHI-DD-FIRMWARE-LDT-2004-9 14 Apr 2026

Remove extra blank line.

LEAHI-APPLICATION-LDT-3757-1 17 Apr 2026

RESOLVED.

LEAHI-APPLICATION-LDT-3757-1 15 Apr 2026

clarify

LEAHI-APPLICATION-LDT-3757-1 17 Apr 2026

RESOLVED.

LEAHI-DD-FIRMWARE-LDT-3777-1 15 Apr 2026

fixed

LEAHI-APPLICATION-LDT-3800-1 17 Apr 2026

updated

LEAHI-APPLICATION-LDT-3800-1 17 Apr 2026

updated

LEAHI-APPLICATION-LDT-2707-1 15 Apr 2026

removed

LEAHI-APPLICATION-LDT-2707-1 15 Apr 2026

removed and added with others

LEAHI-APPLICATION-LDT-3656-1 15 Apr 2026

remove confirm() call

LEAHI-APPLICATION-LDT-3757-1 16 Apr 2026

updated

LEAHI-APPLICATION-LDT-3757-1 16 Apr 2026

updated

LEAHI-APPLICATION-LDT-3757-1 16 Apr 2026

updated

LEAHI-APPLICATION-LDT-3757-1 16 Apr 2026

updated

LEAHI-APPLICATION-LDT-3757-1 16 Apr 2026

updated

LEAHI-DD-FIRMWARE-LDT-2004-9 14 Apr 2026

Add comment. is this the pressure offset for 11 PSI, if so, this offset supposed to be 1?

LEAHI-DD-FIRMWARE-LDT-2004-9 14 Apr 2026

Remove this comment.

LEAHI-DD-FIRMWARE-LDT-2004-9 14 Apr 2026

Same comment applies here (removing resetPIController).

LEAHI-APPLICATION-LDT-2707-1 17 Apr 2026

RESOLVED.

LEAHI-APPLICATION-LDT-2707-1 17 Apr 2026

RESOLVED.

LEAHI-APPLICATION-LDT-2707-1 17 Apr 2026

RESOLVED.

LEAHI-SW-PLUGINS-SIM-LDT-2707-1 15 Apr 2026

i think this file has been removed from the later plugins and renamed TD_Pretreatment

LEAHI-APPLICATION-LDT-3757-1 17 Apr 2026

RESOLVED.

LEAHI-APPLICATION-LDT-3757-1 15 Apr 2026

add not used comment

LEAHI-APPLICATION-LDT-3656-1 17 Apr 2026

RESOLVED.

LEAHI-APPLICATION-LDT-3800-1 17 Apr 2026

RESOLVED

LEAHI-APPLICATION-LDT-3800-1 17 Apr 2026

RESOLVED

LEAHI-APPLICATION-LDT-3800-1 17 Apr 2026

RESOLVED

LEAHI-APPLICATION-LDT-3800-1 17 Apr 2026

RESOLVED

LEAHI-APPLICATION-LDT-3800-1 17 Apr 2026

RESOLVED

LEAHI-TESTSUITES-LDT-2278-1 05 Mar 2026

This can be updated to

    def verify_automatic_vitals_noRejection_Reason():  

    MAX_WAIT = 5 * 60 * 1000  # 5 minutes in seconds
    
    test.verify(waitFor( lambda: vitalsrequest == True, MAX_WAIT), "UI Sending the request to FW")
    td.td_vitals_adjustment_response(vRejectionReason=0)
    td.td_vitals(systolic = 80, 
        diastolic   = 60, 
        heartRate   = 140 )

            
    blood_pressure  = waitForObjectExists(names.o_treatmentHome_bloodPressure_LabelValue).topText
    test.compare("70"+"/"+"50", blood_pressure,"Blood pressure value should be ->"+str("80"+"/"+"60"))
    heart_rate = waitForObjectExists(names.o_treatmentHome_heartBeat_LabelValue).topText
    test.compare("120", heart_rate,"Heart Rate value should be ->"+str(120))
LEAHI-APPLICATION-LDT-3932-1 21 Apr 2026

Combine this line with the one below?

LEAHI-TD-FIRMWARE-LDT-3959-1 21 Apr 2026

yes. updated.

LEAHI-TD-FIRMWARE-LDT-1886-2 22 Apr 2026

Remove ejector homed stuff. Not needed.

LEAHI-TESTSUITES-LDT-2741-1 13 Feb 2026

That was a great idea to make it a function.

  • I would also use different (4) parameters and give them a relevant, short name, so users in the code can set them as false or true without knowing the -q meaning.
  • It also gives the application flexibility to change the CLI switches without affecting the rest of the test, and only this function would need to be changed.


How should be developed:

def aut(vDisableTimeout, vDisableCheckIn, vDisableAcknow, vDisableSDFail)


How users use it:

aut(vDisableTimeout = True)

FYI the entire CLI switches:

* Options:
 *   -h, --help                           Displays help on commandline options.
 *   --help-all                           Displays help including Qt specific
 *                                        options.
 *   -v, --version                        Displays version information.
 *   -c, --canOut                         Show the Can Frame Output
 *   -m, --msgOut                         Show the Message Output
 *   -l, --logOut                         Show the Logs Output
 *   -0, --enable-keep-awake              Enable send low priority, empty message
 *                                        on the CANBus just to keep UI board CAN
 *                                        driver awake
 *   -i, --fake-interval <interval>       Test fake message interval(ms)
 *   -f, --fake-message <data>            Test fake message data
 *                                        will use default sequenced long fake
 *                                        message if set to 00(default)
 *                                        will used only if correct integer value
 *                                        assigned for interval option
 *   -b, --fake-message-seq-at-begin      Test fake message sequence at the
 *                                        beginning of the frame
 *   -u, --disable-unhandled-report       Disable unhandled messages report as an
 *                                        error in the log
 *   -d, --disable-dialin-unhandled       Disable the Dialin messages logged as
 *                                        unhandled
 *   -q, --disable-timeout                Disables communication timeout
 *   -a, --disable-alarm-no-minimize      Disables alarm no minimize
 *   -S, --disable-sd-card-fail-log-stop  disable-sd-card-fail-log-stop
 *   -C, --disable-cloudsync-fail-stop    disable-cloudsync-fail-stop
 *   -k, --disable-check-in-log           Disables Check-In Log
 *   -K, --disable-acknow-log             Disables Acknowledgment Log
 *   -D, --enable-dry-demo                Enables Dry-Demo Mode
 *   -A, --active-can-bus <CANBus>        Sets the Active CANBus [Shall start with
 *                                        'can' or 'vcan]
 *   -E, --enable-manufacturing           Enables the manufacturing mode to
 *                                        configure the system for the first time.
 *   -R, --use-root-home                  In case the application is not in
 *                                        Manufacturing Setup but needs to use root
 *                                        home folder for configurations.
 *   -U, --enable-update-mode             Enables the update mode to update only
 *                                        necessary files during the update and
 *                                        keep the rest.
 *   -x, --use-log-long-name              Use the log long file name format
 *                                        <date>_<time>_<serial>_<mode>
 *   -y, --use-log-cloud-upload           Use the log cloud upload
 *   -z, --use-log-compression            Use the log compression
 *   -L, --use-log-unhandled-only         Use the unhandled messages only to log
LEAHI-TD-FIRMWARE-LDT-1886-2 22 Apr 2026

Give eject cmd and zero timer counter here.

LEAHI-TD-FIRMWARE-LDT-1886-2 22 Apr 2026

Not necessary if fault property of alarm is TRUE.

LEAHI-TD-FIRMWARE-LDT-1886-2 22 Apr 2026

This is way too late. UI s/w expects response immediately (so always send it in message handler function.)

LEAHI-TD-FIRMWARE-LDT-2240-1 23 Apr 2026

Updated

LEAHI-TD-FIRMWARE-LDT-2240-1 23 Apr 2026

Removed

LEAHI-TD-FIRMWARE-LDT-2240-1 23 Apr 2026

Removed

LEAHI-TD-FIRMWARE-LDT-1886-2 22 Apr 2026

Not necessary if you do this on way out of prior state.

LEAHI-TD-FIRMWARE-LDT-1886-2 20 Apr 2026

Align =

LEAHI-DD-FIRMWARE-LDT-3735-1 14 Jul 2026

Just 1 blank line here is sufficient.