Exemplo n.º 1
0
        public void TestCWPBB_GetNB()
        {
            Subsystem ss = new Subsystem(Subsystem.SUB_600KHZ_VERT_PISTON_B, 1);
            AdcpSubsystemCommands ssc = new AdcpSubsystemCommands(new SubsystemConfiguration(ss, 0, 0));

            ssc.CWPBB_TransmitPulseType = AdcpSubsystemCommands.eCWPBB_TransmitPulseType.NARROWBAND;
            string type = ssc.GetCwpbbTransmitPulseType();

            Assert.AreEqual(AdcpSubsystemCommands.TRANSMIT_PULSE_TYPE_NARROWBAND, type, "CWPBB Transmit Pulse Type is incorrect.");
        }