sensors keysight_articles upload_to_live

C# Program to Measure Rise and Fall Times of Pulse Signal Using USB Power Sensor

C# Program to Measure Rise and Fall Times of Pulse Signal Using USB Power Sensor

Programming ExamplesSummaryC# Program to Measure Rise and Fall Times of Pulse Signal Using USB Power SensorDescription of ExampleThis program configures an USB Power Sensor to measure 10 pulses and returns rise and fall times.   The variable string addr corresponds to the VISA address of the power sensor (for example :  "USB4::0x2A8D::0x4C01::MYxxx::0::INSTR"). Rise time is returned by the following SCPI :TRACe1:MEASurement:TRANsition2:POSitive:DURation? Fall time is returned by the following SCPI :TRACe1:MEASurement:TRANsition2:Negative:DURation?  AttachmentsC# program

Was this answer helpful?

0 found this article helpful

Related questions