Sets the value of the device property. All values must be strings as this is the protocol set by micromanager. If the device is busy, then this will wait until the device is ready to accept commands
Namespace:
CoreDevices.DevicesAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public virtual void SetDeviceProperty( string PropName, string PropValue ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub SetDeviceProperty ( _ PropName As String, _ PropValue As String _ ) |
Visual C++ |
---|
public: virtual void SetDeviceProperty( String^ PropName, String^ PropValue ) |
Parameters
- PropName
- Type: System..::.String
[Missing <param name="PropName"/> documentation for "M:CoreDevices.Devices.MMDeviceBase.SetDeviceProperty(System.String,System.String)"]
- PropValue
- Type: System..::.String
[Missing <param name="PropValue"/> documentation for "M:CoreDevices.Devices.MMDeviceBase.SetDeviceProperty(System.String,System.String)"]