RfsgSynchronizedScriptTriggerDistributionLine Class
- Updated2025-10-14
- 2 minute(s) read
Represents the distribution line for synchronized script triggers.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public class RfsgSynchronizedScriptTriggerDistributionLine
Remarks
See DistributionLine.
Properties
| Name | Description |
|---|---|
| DoNotExport | Gets the external line when synchronized trigger is not distributed. |
| Pfi0 | Gets the external line when synchronized trigger is distributed to the PFI 0 connector. |
| PxiTriggerLine0 | Gets the external line when synchronized trigger is distributed to the PXI trigger line 0. |
| PxiTriggerLine1 | Gets the external line when synchronized trigger is distributed to the PXI trigger line 1. |
| PxiTriggerLine2 | Gets the external line when synchronized trigger is distributed to the PXI trigger line 2. |
| PxiTriggerLine3 | Gets the external line when synchronized trigger is distributed to the PXI trigger line 3. |
| PxiTriggerLine4 | Gets the external line when synchronized trigger is distributed to the PXI trigger line 4. |
| PxiTriggerLine5 | Gets the external line when synchronized trigger is distributed to the PXI trigger line 5. |
| PxiTriggerLine6 | Gets the external line when synchronized trigger is distributed to the PXI trigger line 6. |
| PxiTriggerLine7 | The signal is exported to the PXI trigger line 7. |
Methods
| Name | Description |
|---|---|
| FromString(string) | Creates an RfsgSynchronizedScriptTriggerDistributionLine object from the specified string. |
| Equals(RfsgSynchronizedScriptTriggerDistributionLine) | Determines whether the current instance of RfsgSynchronizedScriptTriggerDistributionLine and the RfsgSynchronizedScriptTriggerDistributionLine object that you specify are equal. |
| Equals(object) | Determines whether the current instance of RfsgSynchronizedScriptTriggerDistributionLine and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsgSynchronizedScriptTriggerDistributionLine. |
| ToString() | Converts the current instance of RfsgSynchronizedScriptTriggerDistributionLine to string. |
Operators
| Name | Description |
|---|---|
| operator RfsgSynchronizedScriptTriggerDistributionLine(string) | Convert the specified string to equivalent RfsgSynchronizedScriptTriggerDistributionLine object. |
| operator string(RfsgSynchronizedScriptTriggerDistributionLine) | Converts the RfsgSynchronizedScriptTriggerDistributionLine object to equivalent string. |
| operator!=(RfsgSynchronizedScriptTriggerDistributionLine, RfsgSynchronizedScriptTriggerDistributionLine) | Checks whether the two instances of RfsgSynchronizedScriptTriggerDistributionLine are unequal. |
| operator==(RfsgSynchronizedScriptTriggerDistributionLine, RfsgSynchronizedScriptTriggerDistributionLine) | Checks whether the two instances of RfsgSynchronizedScriptTriggerDistributionLine are equal. |