Class ScpiImmediateTriggerSource
- Namespace
- Loehnert.Lisrt.Multimeter.Scpi
- Assembly
- Loehnert.Lisrt.Multimeter.dll
Represents an internal immediate trigger source for a ScpiMultimeter. It is the default trigger, which is set with a restart or calling Reset().
public class ScpiImmediateTriggerSource : ImmediateTriggerSource, IScpiTriggerSource, ITriggerSource, IHasKey
- Inheritance
-
ScpiImmediateTriggerSource
- Implements
- Inherited Members
Properties
Command
Gets the SCPI string for the trigger source. E.g. 'TRIGger:SOURce IMMediate'.
public string Command { get; }