Class Phase2VoltageConfiguration
Represents configuration parameters specifying the voltage for the second phase of each pulse.
public class Phase2VoltageConfiguration : OutputChannelParameterConfiguration
- Inheritance
-
Phase2VoltageConfiguration
- Inherited Members
Properties
Phase2Voltage
Gets or sets the voltage for the second phase of each pulse.
[Range(-10, 10)]
[Precision(3, 0.001)]
public double Phase2Voltage { get; set; }
Property Value
Methods
Configure(PulsePalDevice)
Applies the channel parameter configuration to the specified Pulse Pal device.
public override void Configure(PulsePalDevice device)
Parameters
device
PulsePalDeviceThe Pulse Pal device to configure.