Scales.CreateScale Method
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
Creates a scale of the specified type and adds it to the Scales section.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function CreateScale ( _ name As String, _ type As ScaleType _ ) As Boolean |
| C# |
|---|
public bool CreateScale( string name, ScaleType type ) |
| Visual C++ |
|---|
public: bool CreateScale( String^ name, ScaleType type ) |
Parameters
- name
- Type: System.String
The name of the scale.
- type
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.ScaleType
The type of the scale.